Closed
Description
I'm using hyper to receive githook commit messages and when the payload is longer than 1024 bytes, request.read_to_string()
is much much slower than it probably should be (something like a factor 100 on localhost)...
I have created a very simple test case in https://github.com/octplane/githook-client-rust/tree/slow_read_hyper . It's a simple POST upload that triggers the behavior.
I suspect this might be due to the network packets but I'm not sure and I'm certain somebody here will have a much better idea on how to identify the issue :)
Thanks for your time !
Activity