-
Notifications
You must be signed in to change notification settings - Fork 4
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
Disable HTTP-level timeouts altogether #123
Comments
Marked this as "enhancement" rather than bug because on 64-bit machines this works just fine, and on 32-bit machines things will still work, except that if we have more than 30 minutes between RPC messages, the connection will be broken. Could be argued that this constitutes a bug, however. |
One annoying thing is that in the interop tests, when a test fails we might see
This can happen if a server is terminated before our worker gets a chance to install its own exception handler. (See #124 for a detailed analysis of these |
Marked as low priority since we don't care about 32-bit machines (for now). |
Depends on yesodweb/wai#1017 Closes #123
Depends on yesodweb/wai#1017 Closes #123
Depends on yesodweb/wai#1017 Closes #123
Currently we have a workaround in place, but it only works on 64-bit systems. See kazu-yamamoto/http2#112 and kazu-yamamoto/http2-tls#12 .
The text was updated successfully, but these errors were encountered: