Relative Content

Tag Archive for kotlinnettymultipartktor

Ktor FormItem.value is not filtering out boundary element under high load

Hei, we are using Ktor with Netty configuration. Under low load on the server and in test environment everything working OK. In prod when load goes up we are experiencing that the boundary element of a Multipart message is not filtered out when FormItem.value is invoked so it is returned appended to the payload. F.ex.