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
Seeing this when accessing a nickel app via apache's mod_proxy:
The timeout specified has expired: proxy: error reading status line from remote server localhost:8080
Might be a new thing (i.e.: after the hyper port). Has anyone else seen this? Looking with GDB, I see the worker thread hanged on CloneTcpStream#read().
The text was updated successfully, but these errors were encountered:
According to some searching, the temporary fix would be: 'There is a way to de-activate keep-alive for back-end connections: setting the proxy-nokeepalive environment variable (see the "Protocol Adjustments" section of the mod_proxy manual pages)'
Seeing this when accessing a nickel app via apache's mod_proxy:
Might be a new thing (i.e.: after the hyper port). Has anyone else seen this? Looking with GDB, I see the worker thread hanged on CloneTcpStream#read().
The text was updated successfully, but these errors were encountered: