ktor
ktor copied to clipboard
How to change io.ktor.http.cio.CIOMultipartDataBase.formFieldLimit?
Hi,
After hours debugging, I find why the data posted to server is cutted. The size of the field exceeded 65535, which is io.ktor.http.cio.CIOMultipartDataBase.formFieldLimit
. But I don't how to change it to solve my problem. Is there any walkaround?
Thanks
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.