Skip to content
New issue

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

Investigate 431 errors on chat requests #2852

Open
1 task done
IlyaBondar opened this issue Dec 19, 2024 · 0 comments
Open
1 task done

Investigate 431 errors on chat requests #2852

IlyaBondar opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working _priority_1

Comments

@IlyaBondar
Copy link
Collaborator

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

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:

  • Increase the max_header_size value: max_header_size 16k;
  • Compress header values: setHeader('Content-Encoding', 'gzip')

Confidential information

  • I confirm that do not share any confidential information
@IlyaBondar IlyaBondar added bug Something isn't working _priority_1 labels Dec 19, 2024
@IlyaBondar IlyaBondar changed the title Investigate 413 errors on Investigate 413 errors on chat requests Dec 19, 2024
@nepalevov nepalevov changed the title Investigate 413 errors on chat requests Investigate 431 errors on chat requests Dec 19, 2024
@Derikyan Derikyan self-assigned this Dec 23, 2024
@IlyaBondar IlyaBondar moved this to In Progress in AI DIAL Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working _priority_1
Projects
Status: In Progress
Development

No branches or pull requests

2 participants