-
Notifications
You must be signed in to change notification settings - Fork 127
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
Demo client and server don't close resumed connection #1995
Comments
I am assuming that you are basing this on the following log line?
I can reproduce locally. That said, the timer (log line above) does not seem to correlate with the I can debug further on Monday. |
0-RTT resumption via (It does seem to work when passing |
@larseggert with neqo-neqo passing the resumption and zerortt interop test, can this issue be closed? |
Yes, let's close. |
I used the following patch to
test/test.sh
to introduce a 0-RTT resumption (in order to debug the QNS failures, see #1874).Now when I run
test/test.sh
, the second connection seems to run into idle timeouts on both client and server.@mxinden any thoughts?
The text was updated successfully, but these errors were encountered: