Hello folks. We are running into an issue in Ktor'...
# ktor
m
Hello folks. We are running into an issue in Ktor's multipart parsing, where requests indefinitely hang (with no errors) when there is an excessively long unbroken line in the multipart. This seems to be the exact same issue as KTOR-3305. Unfortunately the workaround suggested in the ticket does not work on our version of Ktor (2.3.0). Do you have any suggestions to work around this issue on the latest Ktor version? And/or do we know if this ticket is in the pipeline any time soon? TIA!
The unbroken line in this case is a json array around 4900 bytes. We're not able to shorten it.