[undertow-dev] Proxy and chunking.

James Howe jmh205 at cam.ac.uk
Thu Mar 5 06:02:58 EST 2020


> the receiving side is expecting that each chunk is a valid JSon object

That sounds wrong to me. The application shouldn't care about chunk boundaries - it's just one HTTP body of unknown final size.
The way you usually do streams of JSON objects is have them newline-delimited.

Thanks,
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20200305/a98c22fb/attachment.html 


More information about the undertow-dev mailing list