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
Most likely #12312 is the cause of the regression because it introduces setTcpNoDelay to HTTP client. Unfortunately setTcpNoDelay is available on all stream sockets, which includes unix domain sockets. Setting TCP NODELAY option on them fails with error.
The text was updated successfully, but these errors were encountered:
Since 24.10.0 it is not possible to use HTTP server over
unix:
protocol.This bug has been initially reported in buildbot/buildbot#8207.
Relevant log:
Relevant Twisted configuration:
Most likely #12312 is the cause of the regression because it introduces
setTcpNoDelay
to HTTP client. UnfortunatelysetTcpNoDelay
is available on all stream sockets, which includes unix domain sockets. Setting TCP NODELAY option on them fails with error.The text was updated successfully, but these errors were encountered: