https://bz.apache.org/bugzilla/show_bug.cgi?id=65348

--- Comment #2 from nemo <[email protected]> ---
So, I just tried using netcat:
 { echo -ne "HTTP/1.0 200 OK\r\nContent-Type:
application/json;utf-8\r\nContent-Length: $(wc -c <test.json)\r\n\r\n"; cat
test.json; } | nc -l -s 127.0.0.1 -p 8080

And this *ALSO* worked fine...

So, that eliminates mod_proxy I think.

This *only* seems to impact the combination of the actual endpoint (rocket 0.4)
and rate_limit.
wget --limit-rate does not seem to cause issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to