search for: t0018

Displaying 1 result from an estimated 1 matches for "t0018".

Did you mean: 0018
2011 Jan 06
1
[PATCH] close client socket after closing response body
...PATCH] close client socket after closing response body Response bodies may capture the block passed to each and save it for body.close, so don''t close the socket before we have a chance to call body.close --- lib/unicorn/http_response.rb | 1 - lib/unicorn/http_server.rb | 1 + t/t0018-write-on-close.sh | 23 +++++++++++++++++++++++ t/write-on-close.ru | 11 +++++++++++ (Unnecessary unit test case omitted for email) test/unit/test_response.rb | 18 +++++++++--------- 5 files changed, 44 insertions(+), 10 deletions(-) create mode 100755 t/t0018-write-on-clo...