TicketNo:SR20241101447967

Description:modify websocket max url length

Team:PDU_PTL
Feature or Bugfix:Feature
Binary Source:No
PrivateCode(Yes/No):No

Signed-off-by: wangmengyao111 <wangmengyao17@huawei.com>
This commit is contained in:
wangmengyao111 2024-11-18 16:51:25 +08:00
parent 564c417fd3
commit 965e69f6db

View File

@ -46,7 +46,7 @@ static constexpr const char *PREFIX_WSS = "wss";
static constexpr const char *PREFIX_WS = "ws";
static constexpr const int MAX_URI_LENGTH = 1024;
static constexpr const int MAX_URI_LENGTH = 2048;
static constexpr const int MAX_HDR_LENGTH = 1024;