We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.20.0
It's reproducible on LAB (0.15.6) and UAT (0.20.0)
Can be reproduced with
curl -v -H "Cookie: $(for i in {1..19}; do echo -n "asd$i=$(printf 'A%.0s' {1..1000}); "; done)" chat-url:3000 where chat-url - dial chat URL
HTTP/1.1 431 Request Header Fields Too Large Connection: close
possible solutions:
max_header_size
setHeader('Content-Encoding', 'gzip')
The text was updated successfully, but these errors were encountered:
fix(chat): increase max headers size (Issue #2852)
a9c41b9
Derikyan
No branches or pull requests
EPAM AI DIAL chat version
0.20.0
What happened?
It's reproducible on LAB (0.15.6) and UAT (0.20.0)
Can be reproduced with
possible solutions:
max_header_size
value: max_header_size 16k;setHeader('Content-Encoding', 'gzip')
Confidential information
The text was updated successfully, but these errors were encountered: