Open Bug 1277778 Opened 8 years ago Updated 2 months ago

network.http.proxy.version;1.0 property not working

Categories

(Core :: Networking: Proxy, defect, P5)

39 Branch
defect

Tracking

()

UNCONFIRMED

People

(Reporter: vikas.mahajan12, Unassigned)

Details

(Whiteboard: [necko-would-take])

User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36

Steps to reproduce:

1. Change network.http.proxy.version property to 1.0 and configure pac file to send traffic to some proxy server.
2. Open wireshark to check request and response data.
3. Browse some http websites.
4. From packet capture you will see that HTTP version for requests is 1.0 but multiple requests for different hosts are going through one socket connection.


Actual results:

Multiple requests to different hosts are going through single socket connection. It results is unexpected behavior when proxy does not support 1.1.


Expected results:

When network.http.proxy.version is set to 1.0. Each request should go through new socket connection.
Component: Untriaged → Networking: HTTP
Product: Firefox → Core
Whiteboard: [necko-would-take]
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Severity: normal → S3

Moving bug to Core/Networking: Proxy.

Component: Networking: HTTP → Networking: Proxy
You need to log in before you can comment on or make changes to this bug.