-
Notifications
You must be signed in to change notification settings - Fork 610
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
Handle bad http headers in requests to YDB #1542
Handle bad http headers in requests to YDB #1542
Conversation
6a13421
to
8fbf72d
Compare
⚪
|
⚪
|
Header without a colon no longer crashes YDB
KIKIMR-19943
Modify THttpParser to detect headers without a colon and report an error in this case. Missing colon is detected for both THttpRequest and THttpResponse classes. For some reason, this hasn't been done before.