
Feb. 14, 2011
3:15 p.m.
re the less important addition to my prev mail in http://docs.python.org/library/asyncore.html#asyncore-example-basic-http-cli... change self.buffer = 'GET %s HTTP/1.0\r\n\r\n' % path to self.buffer = 'GET {0} HTTP/1.0\r\nHOST: {1}\r\n\r\n'.format(path, host) this will get the real page (status 200) instead of "found" (302) page