##// END OF EJS Templates
spelling: requested
timeless@mozdev.org -
r17536:dc6364a8 default
parent child Browse files
Show More
@@ -414,7 +414,7 b' class HTTPConnection(object):'
414 """Close the connection to the server.
414 """Close the connection to the server.
415
415
416 This is a no-op if the connection is already closed. The
416 This is a no-op if the connection is already closed. The
417 connection may automatically close if requessted by the server
417 connection may automatically close if requested by the server
418 or required by the nature of a response.
418 or required by the nature of a response.
419 """
419 """
420 if self.sock is None:
420 if self.sock is None:
General Comments 0
You need to be logged in to leave comments. Login now