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

fix: Fix QNS test errors with nginx #2568

Merged
merged 2 commits into from
Apr 8, 2025

Conversation

larseggert
Copy link
Collaborator

And hopefully haproxy.

The old code caused ACK-ECN frames to be sent that had all-zero counts, which I don't think is a violation of the RFC, but we still shouldn't do.

Fixes #2566.

And hopefully `haproxy`.

The old code caused ACK-ECN frames to be sent that had all-zero counts, which I don't think is a violation of the RFC, but we still shouldn't do.

Fixes mozilla#2566.
Copy link

github-actions bot commented Apr 7, 2025

Failed Interop Tests

QUIC Interop Runner, client vs. server, differences relative to 00646f0.

neqo-latest as client

neqo-latest as server

All results

Succeeded Interop Tests

QUIC Interop Runner, client vs. server

neqo-latest as client

neqo-latest as server

Unsupported Interop Tests

QUIC Interop Runner, client vs. server

neqo-latest as client

neqo-latest as server

Copy link
Collaborator

@mxinden mxinden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Can you bump version in the root Cargo.toml to 0.13.1 in this pull request?

@larseggert larseggert added this pull request to the merge queue Apr 8, 2025
Merged via the queue into mozilla:main with commit 0a356af Apr 8, 2025
79 of 81 checks passed
@larseggert larseggert deleted the fix-qns-nginx branch April 8, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nginx and haproxy QNS tests broken
2 participants