Changeset 1959
- Timestamp:
- 05/15/08 00:46:33
- Files:
-
- trunk/cherrypy/test/test_conn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_conn.py
r1918 r1959 371 371 def test_readall_or_close(self): 372 372 if cherrypy.server.protocol_version != "HTTP/1.1": 373 self.PROTOCOL = "HTTP/1.0" 374 else: 375 self.PROTOCOL = "HTTP/1.1" 373 print "skipped ", 374 return 375 376 self.PROTOCOL = "HTTP/1.1" 376 377 377 378 if self.scheme == "https":

