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

Faster implementation for small requests and responses #1

Open
lowfatcode opened this issue Aug 1, 2022 · 0 comments
Open

Faster implementation for small requests and responses #1

lowfatcode opened this issue Aug 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@lowfatcode
Copy link
Member

If the request and/or response are small (say <1kB) then it would be possible to implement a faster path where they are read and written in whole rather than line by line - is there a lot of StreamReader/StreamWriter overhead?

@lowfatcode lowfatcode added the enhancement New feature or request label Aug 1, 2022
@lowfatcode lowfatcode changed the title Faster path for small requests and responses Faster implementation for small requests and responses Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant