incubator-doris [Bug] http_max_header_size configuration invalid

bwleehnv  于 2022-04-22  发布在  Java
关注(0)|答案(0)|浏览(104)

Search before asking

  • I had searched in the issues and found no similar issues.

Version

0.15.0-rc01

What's Wrong?

Restart fe after configuring 'http_max_header_size=81920' in fe.conf, and find that the configuration does not take effect. If you add 'enable_http_server_v2=false' to turn off the httpv2 configuration, 'http_max_header_size=81920' will take effect.

What You Expected?

When httpv2 is enabled, you can also modify the request header size by configuring http_max_header_size.

How to Reproduce?

After configuring http_max_header_size=81920, if you initiate a request with a request header size of 8193, you will get "Request Header Fields Too Large 8193 > 8192"

Anything Else?

  • No response*

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题