Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Implement HTTP Pipelining Support #2

Open
Ampferl opened this issue Oct 19, 2023 · 0 comments
Open

Implement HTTP Pipelining Support #2

Ampferl opened this issue Oct 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Ampferl
Copy link
Owner

Ampferl commented Oct 19, 2023

HTTP pipelining is a valuable feature, that allows multiple HTTP requests to be sent on a single connection without waiting for each response.
We need to add support for HTTP pipelining to improve the servers performance by reducing the overhead of opening and closing multiple connections. This requires parsing and managing pipelined requests.

@Ampferl Ampferl added the enhancement New feature or request label Oct 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant