You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a client and a server, and I CTRL-C the server while the client is still waiting for a reply, I see a ConnectionIsTimeout on the client side, which is confusing and may lead folks down the wrong path when debugging issues. I suspect that this is due to unfortunate interaction between the timeout manager and the rest of http2, similar to #136 perhaps.
The text was updated successfully, but these errors were encountered:
If I have a client and a server, and I CTRL-C the server while the client is still waiting for a reply, I see a
ConnectionIsTimeout
on the client side, which is confusing and may lead folks down the wrong path when debugging issues. I suspect that this is due to unfortunate interaction between the timeout manager and the rest ofhttp2
, similar to #136 perhaps.The text was updated successfully, but these errors were encountered: