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.1 along with 1.0 #7

Open
raustin9 opened this issue Jul 15, 2023 · 0 comments
Open

Handle HTTP 1.1 along with 1.0 #7

raustin9 opened this issue Jul 15, 2023 · 0 comments

Comments

@raustin9
Copy link
Owner

The server currently uses the HTTP 1.0 protocol where each connection is closed after communicating. This is less efficient and not up to current standards for servers.

Implement HTTP 1.1 by keeping a connection open that browsers can maintain communication on if they are using HTTP 1.1. If a client is using 1.0, keep the 1.0 implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant