Closed
Bug 1115934
Opened 10 years ago
Closed 9 years ago
Handle non-200 status codes in nr_proxy_tunnel.c
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1203503
People
(Reporter: ryan, Unassigned)
References
Details
(Whiteboard: [necko-backlog])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:34.0) Gecko/20100101 Firefox/34.0
Build ID: 20141126041045
Steps to reproduce:
Send HTTP CONNECT to proxy server that requires authentication
Actual results:
nr_socket_proxy_tunnel_read() will not understand the challenge and the connection will fail
Expected results:
nr_proxy_tunnel.c should understand challenge-response for HTTP authentication and allow the offering of credentials
Comment 1•10 years ago
|
||
I can't find nr_proxy_tunnel.c in our mozilla-central code base. Can you give a more details set of steps to reproduce your issue?
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Sorry, I forgot to add the dependency -- this depends on a patch under review and this bug was requested as part of the review.
Depends on: 949703
Updated•10 years ago
|
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: INCOMPLETE → ---
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Comment 4•9 years ago
|
||
Closing in favor of bug 1203503, as that has the better description in it and the appropriate product and component set.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•