jetty.project/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-tran...
Simone Bordet fc9cbda52f
Improved handling of 100 Continue (#12113)
* Now `HttpClient` removed the `Expect` header if there is no request content.
* Changed AbstractProxyServlet and ProxyHandler check for request content: now the Content-Type header is not taken into consideration.
* Now the server avoids sending the 100 Continue response if there is no request content.
* Now the request body is not defaulted if missing, but just kept null.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-08-13 15:06:50 +02:00
..
src/test Improved handling of 100 Continue (#12113) 2024-08-13 15:06:50 +02:00
pom.xml Updating to version 12.0.13-SNAPSHOT 2024-07-25 17:23:21 -05:00