rack-streaming-proxy
rack-streaming-proxy copied to clipboard
Streaming proxy for Rack, the rainbows to Rack::Proxy's unicorn
I am using proxy to load dropbox URL. My purpose is to load URL and display image on canvas. It was working fine but since last few days it returns...
We are using the rack-streaming-proxy with a unicorn to proxy to a (only locally reachable) apache location, that is serving svn repositories via webdav. In some very special use cases,...
I encountered an error when trying to proxy a POST without body, because in that case the Content-Length is not being set: 12:02:54 web.1 | [Rack::StreamingProxy] Parent process 62926 forked...
While creating a testcase for bug #6 I ended up finding an unreliable result with proxying non-chunked content. Here's the testcase: https://github.com/pedrocr/camerasink/blob/b01aac64e8aaef96f8527f6e29768cc1f5f6199b/testcases/puma_unreliable_proxying.ru Again this is runnable as "rackup puma_unreliable_proxying.ru". Then...
I am running a Rails app in puma and using rack-streaming-proxy to proxy a MJPEG HTTP stream. The stream is a multipart message in chunked encoding. The proxy seems to...