swift/test
Darrell Bishop 7368af5475 Restore old SIGPIPE handler in a proxy server test.
I think not doing this was setting the SIGPIPE handler to signal.SIG_DFL
instead of the Python default of signal.SIG_IGN.  This could cause other
tests which make a client stop reading before all data "chunks" are read
to fail harder than they should (i.e. the SIGPIPE there is benign and
even expected--the other side of the socket really did get closed
early).

Fixed leak on 499s

This fixes an issue where Request objects (and related objects) were
not getting garbage collected when a 499 (client disconnect) occurred
for responses that still would have had more than the proxy server's
client chunk size left to send.

Fixed bug #1055834

Change-Id: I40266a0874cd2142c90f26b9f030d534286fc6da
2012-09-25 14:33:45 -07:00
..
functional Adapt Swift for WebOb 1.2 2012-07-15 00:03:01 +09:00
functionalnosetests Remove swift.common.client from here. 2012-06-07 16:36:49 +02:00
probe Updated probe tests 2012-07-06 23:30:12 +00:00
unit Restore old SIGPIPE handler in a proxy server test. 2012-09-25 14:33:45 -07:00
__init__.py Implement unit_test config to disable syslog. 2012-05-03 14:25:46 -04:00
sample.conf Implement unit_test config to disable syslog. 2012-05-03 14:25:46 -04:00