Closed cdr-chakotay closed 2 years ago
Is this ready for review/merge yet?
Did NOT deactivate sending this header, as it is needed for the chunked mode.
You you explain more why we cannot remove it? Did you try removing it and it caused errors? AFAIK,
connection.setChunkedStreamingMode
should set this header anyways.
Yes, I can. I stepped through the code and it does not seem to be set. As a result also the Test, which sends a server error 500 to the client does not cause an exception => When I set it manually it waits for the server response
Yes, I can. I stepped through the code and it does not seem to be set. As a result also the Test, which sends a server error 500 to the client does not cause an exception => When I set it manually it waits for the server response
Ok, interesting. Then let's keep it!