Dominic Wong wrote:
-1 for Gentoo Linux 2.6.13-gentoo-r3
Apache 2.0.54
Python 2.4.1


Hi Dominic,

When you have a chance could you apply the following patch and re-run the tests?

Thanks,
Jim



Index: test/test.py
===================================================================
--- test/test.py        (revision 327731)
+++ test/test.py        (working copy)
@@ -590,6 +590,7 @@
         print "\n  * Testing req.headers_out"
 
         conn = httplib.HTTPConnection("127.0.0.1:%s" % PORT)
+        conn.set_debuglevel(1)
         conn.putrequest("GET", "/", skip_host=1)
         conn.putheader("Host", "test_req_headers_out:%s" % PORT)
         conn.endheaders()

Reply via email to