I think the `Transfer-Encoding -> chunking` hea...
# ktor
r
I think the
Transfer-Encoding -> chunking
header that Ktor server seems to send automatically (with Thymeleaf content) is causing me problems. How would one go about disabling the header, possibly by sending a
Content-Length
instead?