When the stream limit of SETTINGS_TYPE_MAX_CONCURRENT is reached on a single h2 proxy session we don't open a new session
Categories
(Core :: Networking: Proxy, defect, P3)
Tracking
()
People
(Reporter: mayhemer, Assigned: kershaw)
References
Details
(Whiteboard: [http-conn][necko-triaged][secure-proxy][skyline][necko-priority-queue])
Attachments
(1 file)
| Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Related to https://bugzilla.mozilla.org/show_bug.cgi?id=1556005 ?
| Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Andrew Sun from comment #1)
Related to https://bugzilla.mozilla.org/show_bug.cgi?id=1556005 ?
Yes and no. I think there is more than one bug around our h2 proxying code..
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Changing to corp confidential temporarily (till after Sept 10) on Tony and elan's request.
Updated•3 years ago
|
Comment 4•2 years ago
|
||
Moving bug to Core/Networking: Proxy.
Comment 5•2 years ago
|
||
Moving bug to Core/Networking: Proxy
This should be easily testable:
Create a NodeHttp2ProxyServer, set a low maxConcurrentStreams, make more than maxConcurrentStreams requests to a server that only responds after 1 second.
The test should verify how many proxy connections are made.
| Assignee | ||
Comment 7•1 year ago
|
||
I think this bug should be already fixed.
The code to check SETTINGS_TYPE_MAX_CONCURRENT value is here and we should respect this settings.
I'll add a test for this.
| Assignee | ||
Comment 8•1 year ago
|
||
Updated•1 year ago
|
Comment 10•10 months ago
|
||
Updated•8 months ago
|
Updated•8 months ago
|
Description
•