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
Description
The messagesIn count in the client is incremented for every call to HttpChannelOverHTTP.receive().
However, that method is called every time there are bytes to read from the network, so if a response is send a byte at a time, the messagesIn count gets incremented for each byte, not for the full response.
The text was updated successfully, but these errors were encountered:
Jetty version
9.4.31
Description
The
messagesIn
count in the client is incremented for every call toHttpChannelOverHTTP.receive()
.However, that method is called every time there are bytes to read from the network, so if a response is send a byte at a time, the
messagesIn
count gets incremented for each byte, not for the full response.The text was updated successfully, but these errors were encountered: