net-http-pipeline icon indicating copy to clipboard operation
net-http-pipeline copied to clipboard

An HTTP/1.1 pipelining implementation atop Net::HTTP

Results 1 net-http-pipeline issues
Sort by recently updated
recently updated
newest added
trafficstars

It appears that pipelined HTTP requests where the response is gzip compressed are not being re-inflated automatically, which net/http can usually handle automatically for non-pipelined requests. The source of Ruby...