Can you please tell me what is the timeout value of httplib.HTTP? i.e. how long python will wait for a response in the below code?
h = httplib.HTTP(self.url, 8080) h.putrequest('GET', '/sample/?url=' + self.url) h.endheaders() Thank you. -- http://mail.python.org/mailman/listinfo/python-list