mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
* Fixes #6105 - HttpConnection.getBytesIn() incorrect for requests with chunked content Moved recording of bytes to fillRequestBuffer(), so they are accounted also for async reads. Added test case. Fixed test that was too strictly comparing HttpConnection.bytesIn, that now report a correct, but larger value. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>