Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set pipelining to 4 by default #3846

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

mcollina
Copy link
Member

After we landed #3771, we could easily set a pipelining value greater than zero, because all request will queue up until headers of the previous response have been received.

Signed-off-by: Matteo Collina <[email protected]>
@mcollina mcollina added the semver-major Features or fixes that will be included in the next semver major release label Nov 19, 2024
@mcollina
Copy link
Member Author

mcollina commented Nov 19, 2024

This seemed a good idea, but it breaks fetch() wpts badly.

Signed-off-by: Matteo Collina <[email protected]>
@ronag
Copy link
Member

ronag commented Nov 19, 2024

This seemed a good idea, but it breaks fetch() wpts badly.

How? Fetch should always set blocking true.

@mcollina
Copy link
Member Author

How? Fetch should always set blocking true.

The wpts expects no pipelining for it. I don't really understand if it's a strong requirement, or not.

Signed-off-by: Matteo Collina <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-major Features or fixes that will be included in the next semver major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants