about summary refs log tree commit homepage
path: root/examples/big_app_gc.rb
DateCommit message (Collapse)
2011-04-29oob_gc: reimplement to fix breakage and add tests
This was broken since v3.3.1[1] since nginx relies on a closed socket (and not Content-Length/Transfer-Encoding) to detect a response completion. We have to close the client socket before invoking GC to ensure the client sees the response in a timely manner. [1] - commit b72a86f66c722d56a6d77ed1d2779ace6ad103ed
2011-04-29examples/big_app_gc: fix comment
Oops, comments should match the latest code
2011-04-29examples/big_app_gc: update this example
OobGC is actually broken with nginx these days since we needed to preserve the env for body.close...
2010-05-06examples: add big_app_gc monkey patch