You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a blocking issue for me, I just wanted to report it so it can be used as a reference. I wanted to use NanoHttpd as a reverse Proxy but ended up going with undertow instead since it has reverse proxy functionality built-in
This might also be described in #293, but since that author did not provide as much detail I am creating a new issue.
My client is sending some xml data via a chunked HTTP message, see this screenshot from wireshark:
Now when I access the field postData in my server code I get this:
As you can see, the chunksize before the XML is also contained in the postData:
The last 0 is another chunk of size zero, not sure why it is being sent:
I would expect the HTTP Server to unwrap the data instead of having to do that myself.
The text was updated successfully, but these errors were encountered: