[Python-bugs-list] [ python-Bugs-426866 ] urllib and socket fail with MS proxy

noreply@sourceforge.net noreply@sourceforge.net
Sun, 31 Mar 2002 15:44:54 -0800


Bugs item #426866, was opened at 2001-05-24 02:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=426866&group_id=5470

Category: Python Library
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Nobody/Anonymous (nobody)
Summary: urllib and socket fail with MS proxy 

Initial Comment:
Both urllib and socket fail to work with MS proxy with 
winsock client install.

urllib's proxy detection will correctly detect the 
existing of the proxy server but fail to work with it. 
It will return an empty page when an read() is issued.

socket will report 1006 winsock error.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-03-31 18:44

Message:
Logged In: YES 
user_id=6380

Can you see if the patch from SF bug 503031
(http://www.python.org/sf/503031) solves your problem?

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

Comment By: Skip Montanaro (montanaro)
Date: 2002-03-09 20:18

Message:
Logged In: YES 
user_id=44345

Jeremy,

I assigned this to you simply because you commented on 
it.
It was submitted anonymously and the OP never responded 
to
your comment.  I think it should be marked "invalid" and
closed.  Whaddya think?

Skip


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

Comment By: Jeremy Hylton (jhylton)
Date: 2001-07-06 12:16

Message:
Logged In: YES 
user_id=31392

Can you provide more details?  What is MS proxy?  What URLs 
have you tried and what exactly is the response -- headers 
would help?  Under what conditions does socket raise a 
winsock error?

Do socket and urllib work on your platform without the 
proxy?


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

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