Re: Issue with Greg's davlib.py module

Elias Sinderson wrote:

> I looked briefly at the davlib.py and saw no mention of the 
> [Connection: Keep-Alive] header [...]

Silly me, obviously the place to look for this is in Pythons httplib 
module. . . Check the docs on python.org for information on how to set 
arbitrary headers. Specifically, see 
<http://docs.python.org/lib/httpconnection-objects.html>, where 
putheader() is briefly discussed.


Cheers,
Elias

Received on Monday, 25 July 2005 17:20:47 UTC