-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Investigate interop multiplexing test failed for server #949
Milestone
Comments
20 tasks
failure in interop, I think we should fix the code to pass this test. |
This was
linked to
pull requests
Dec 17, 2024
nhorman
added a commit
to nhorman/openssl
that referenced
this issue
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The quic-interop-runner multiplexing test failed. The logs indicate that, while all files were served by the server and downloaded by the client, there was a file size mismatch (32 bytes on the server vs 0 bytes on the client) on one of the sent files.
Checking the logs it appears the short file (which is randomly generated by the test harness) was named bsyynqphdv, and the request was sent, but the server interpreted the name as bsyynqp (i.e. truncated), and as such could not find the file.
Investigation needed to determine why the file was truncated and fix it. Likely a server application issue
The text was updated successfully, but these errors were encountered: