mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
* Fixes #7117 - Timeout with Expect 100 continue when using ProxyServlet. Now getReader() tests whether it has to send a 100 continue in case getInputStream() is not called because the reader is reused. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>