Closed jjb closed 7 years ago
I'm having a problem in rack-reverse-proxy (https://github.com/waterlink/rack-reverse-proxy/issues/41) and am suspicious that it's caused by a resource leak in rack-proxy.
finish
start
end_transport
I'm having a problem in rack-reverse-proxy (https://github.com/waterlink/rack-reverse-proxy/issues/41) and am suspicious that it's caused by a resource leak in rack-proxy.
finish
is never called on the http connection.start
is called here: https://github.com/ncr/rack-proxy/blob/master/lib/rack/http_streaming_response.rb#L70end_transport
is called here, is this equivalent tofinish
? I can't find documentation onend_transport
: https://github.com/ncr/rack-proxy/blob/master/lib/net_http_hacked.rb#L62