HTTP keep-alive
The Dude
spam at spam.org
Mon Aug 7 21:31:54 EDT 2000
More information about the Python-list mailing list
Mon Aug 7 21:31:54 EDT 2000
- Previous message (by thread): undefined symbol: PyThread_acquire_lock
- Next message (by thread): HTTP keep-alive
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ftian at cs.wisc.edu wrote: > > Hi, > > Does the httplib support Keep-Alive Connection? If yes, > how can I enable it? I didn't find any info from 1.5.2 Doc. Keep-Alive is a HTTP/1.1 feature which is not support by Python 1.5.2 httplib. You can get a HTTP/1.1 aware http module from http://www.lyra.org/greg/python/
- Previous message (by thread): undefined symbol: PyThread_acquire_lock
- Next message (by thread): HTTP keep-alive
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list