Bug 260725 - [SOUP] Increase maximum connection limit from 17 to 256
Summary: [SOUP] Increase maximum connection limit from 17 to 256
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords: BrowserCompat
Depends on:
Blocks:
 
Reported: 2023-08-25 11:59 PDT by Michael Catanzaro
Modified: 2023-08-30 09:13 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2023-08-25 11:59:35 PDT
A long time ago, web browsers limited themselves to fairly small maximum connection limits. Nowadays, Chrome uses 256 and Firefox uses 900, but we still have a 17 connection limit established in 170917@main. I picked 17 for no other reason than that was what other browsers were doing at the time. That reasoning is as good now as ever, so let's increase.
Comment 1 Michael Catanzaro 2023-08-25 12:28:04 PDT
Well I was planning to create a pull request for this, but I'm unable to do so due to bug #260726.
Comment 2 Michael Catanzaro 2023-08-29 13:23:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17197
Comment 3 EWS 2023-08-30 09:12:58 PDT
Committed 267455@main (9dce195e0c90): <https://commits.webkit.org/267455@main>

Reviewed commits have been landed. Closing PR #17197 and removing active labels.