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

Handle HTTP/1.0 client persistent connection correctly #55

Open
Luukdegram opened this issue Sep 18, 2021 · 0 comments
Open

Handle HTTP/1.0 client persistent connection correctly #55

Luukdegram opened this issue Sep 18, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@Luukdegram
Copy link
Owner

According to https://datatracker.ietf.org/doc/html/rfc2068#section-19.7.1, an HTTP/1.0 client is allowed to have a persistent connection using the Connection: keep-alive header. This means that we should verify/check this header also for HTTP/1.0 connections, and not only for 1.1.

@gitkraken-boards gitkraken-boards bot added this to the 0.2 milestone Sep 18, 2021
@Luukdegram Luukdegram added bug Something isn't working good first issue Good for newcomers labels Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant