HTTP 1.0 or 1.1 ?

Sean 'Shaleh' Perry shalehperry at attbi.com
Fri Nov 1 16:48:51 EST 2002


On Friday 01 November 2002 13:37, A wrote:
>
>
> Does it mean I can not get headers through HTTP 1.0 ???
> And what does self.reply = -1  mean?
>

according to the code shipped with python 2.2 (all i have installed) 
getreply() returns -1, e.line, None if it is unable to get the real response 
from the server.

The module you are using is all Python code, go give it a peak.




More information about the Python-list mailing list