Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong messagesIn count for HttpClient #5165

Closed
sbordet opened this issue Aug 18, 2020 · 0 comments
Closed

Wrong messagesIn count for HttpClient #5165

sbordet opened this issue Aug 18, 2020 · 0 comments
Assignees

Comments

@sbordet
Copy link
Contributor

sbordet commented Aug 18, 2020

Jetty version
9.4.31

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.

@sbordet sbordet self-assigned this Aug 18, 2020
@sbordet sbordet added this to To do in Jetty 9.4.32 via automation Aug 18, 2020
@sbordet sbordet moved this from To do to Done in Jetty 9.4.32 Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Jetty 9.4.32
  
Done
Development

No branches or pull requests

1 participant