[Python-bugs-list] [ python-Bugs-547093 ] urllib/httplib vs corrupted tcp/ip stack

noreply@sourceforge.net noreply@sourceforge.net
Mon, 22 Apr 2002 07:03:57 -0700


Bugs item #547093, was opened at 2002-04-22 14:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=547093&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Asle Pedersen (apederse)
Assigned to: Nobody/Anonymous (nobody)
Summary: urllib/httplib vs corrupted tcp/ip stack

Initial Comment:
I am trying to connect to a server (talouselama.fi) 
using urllib2. The server respond immediately after it 
has received the first package from the client 
(urllib2). Since httplib fragment http requests in a 
request package and subsequent header packages the 
server disregards any header information that is sendt 
using urllib2. I have used ethereal to trace the 
packages for the connection. I can provide a dump if 
necessary.

This problem may well be due to a corruptet tcp/ip 
stack at the server (talouselama.fi) but shouldn't 
urllib handle this if any other browser does. (lynx, 
explorer, opera - no exception)??

/Asle


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=547093&group_id=5470