trinodb / trino-gateway

Home Page:https://trinodb.github.io/trino-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL not enabled, resulting in RequestHeaderSize not being effective.

ytwp opened this issue · comments

commented

When the header exceeds 8192, it will cause an exception
WARN [2023-11-29 09:24:27,248] org.eclipse.jetty.http.HttpParser: Header is too large 8193>8192

ProxyServer
In line 81, SSL is not enabled.
The following configuration will not be set

  • outputBufferSize
  • requestHeaderSize
  • responseHeaderSize