This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonozzz
Recipients Reflejo, abo, jonozzz, loewis, marhar, rhettinger, schmir, skip.montanaro
Date 2008-09-01.20:26:48
SpamBayes Score 0.050149295
Marked as misclassified No
Message-id <1220300809.05.0.251996823758.issue1767370@psf.upfronthosting.co.za>
In-reply-to
Content
Note that win32 Python's socket module doesn't have a MSG_DONTWAIT
constant defined. So the following code will fail on windows machines.

+                self.__connection.sock.recv(1,
+                                            socket.MSG_PEEK | 
+                                            socket.MSG_DONTWAIT)

Good job with this patch. It would've been interesting to have a flag to
switch to old http1.0 and see the differences in terms of performance.

Ionut
History
Date User Action Args
2008-09-01 20:26:49jonozzzsetrecipients: + jonozzz, loewis, skip.montanaro, rhettinger, abo, marhar, schmir, Reflejo
2008-09-01 20:26:49jonozzzsetmessageid: <1220300809.05.0.251996823758.issue1767370@psf.upfronthosting.co.za>
2008-09-01 20:26:48jonozzzlinkissue1767370 messages
2008-09-01 20:26:48jonozzzcreate