Bug #2888
closedoversized request header
Description
Hello,
I use lighttpd 1.4.49 from Embedded linux.
web server use mod_wstunnel.
When my web page repeatedly send message to web server (via websocket), always oversized request header full occured.
So, web socket broken.
My error.log written :
(connections.c.973) oversized request-header -> sending Status 431
(mod_wstunnel.c.380) recv data from backend ( fd = 11 ), size = 0x01d7
And I found that web socket's chunk queue buffer is not clearly removed until web socket closed.
I guess it is problem.
I want to permanently connect the web socket until client close the web socket or web page.
thank you for your advice in advance.
Updated by gstrauss over 6 years ago
- Status changed from New to Invalid
Please don't file bugs asking for advice. This is not a bug.
Please read the documentation Docs_ConfigurationOptionsserver.max-request-field-size
server.max-read-idle
server.max-write-idle
Also available in: Atom