Closed davidtaylorhq closed 3 years ago
I've reverted that commit. I'll see if I can work on an approach that doesn't hang.
Thanks for the quick revert @jeremyevans. Would it be possible to cut a new release which includes the revert? At the moment we are pinning our projects to v1.6.1
.
That would be up to @hsbt .
When making a PUT/POST request with an empty body, we're seeing all requests hang forever. This seems to have started since https://github.com/ruby/webrick/commit/069e9b1908aad3a30a0dcf67b6d3bb13c3216d2c. Reverting to version
1.6.1
takes us back to the previous behaviour (which is an instant411
response).@OsamaSayegh shared some details in #30: