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
Is your feature request related to a problem? Please describe.
When starting apache 2 httpd with LD_PRELOAD=/usr/lib64/mptcpize/libmptcpwrap.so, this error is logged at startup:
[core:warn] [pid 2238878:tid 139880911450688] (95)Operation not supported: AH00076: Failed to enable APR_TCP_DEFER_ACCEPT
Describe the solution you'd like
mptcpize should support the TCP_DEFER_ACCEPT socket option.
Describe alternatives you've considered
I've considered ignoring the warning :)
However, there are other applications that will fail if this socket option isn't supported, such as those based on Apache Thrift. For example, MapD fails with:
TServerSocket::listen() setsockopt() TCP_DEFER_ACCEPT Protocol not available
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When starting apache 2 httpd with
LD_PRELOAD=/usr/lib64/mptcpize/libmptcpwrap.so
, this error is logged at startup:Describe the solution you'd like
mptcpize should support the
TCP_DEFER_ACCEPT
socket option.Describe alternatives you've considered
I've considered ignoring the warning :)
However, there are other applications that will fail if this socket option isn't supported, such as those based on Apache Thrift. For example, MapD fails with:
The text was updated successfully, but these errors were encountered: