Project

General

Profile

Actions

Bug #2888

closed

oversized request header

Added by madeleine333 almost 6 years ago. Updated almost 6 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_wstunnel
Target version:
ASK QUESTIONS IN Forums:

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.

Actions #1

Updated by gstrauss almost 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_ConfigurationOptions
server.max-request-field-size
server.max-read-idle
server.max-write-idle

Actions

Also available in: Atom