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

Implement HTTP/2 server push #10705

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Implement HTTP/2 server push #10705

merged 1 commit into from
Apr 16, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Apr 12, 2024

Another feature for #10596. Once again no separate tests, this functionality is covered by Http2ServerPushSpec when legacy-multiplex-handlers is off.

Added to 4.4.x because nobody uses the new handler yet anyway. There's no need for this to make it into platform 4.4.0 so I'm not adding it to the project.

Another feature for #10596. Once again no separate tests, this functionality is covered by Http2ServerPushSpec when legacy-multiplex-handlers is off.
@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Apr 12, 2024
@yawkat yawkat added this to the 4.4.2 milestone Apr 12, 2024
@yawkat yawkat requested a review from sdelamo April 12, 2024 08:59
Copy link

sonarcloud bot commented Apr 12, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
30.8% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

@sdelamo sdelamo merged commit d600aac into 4.4.x Apr 16, 2024
16 of 17 checks passed
@sdelamo sdelamo deleted the h2-push branch April 16, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants