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

Custom HTTP implementation #13

Closed
jgraef opened this issue May 15, 2024 · 2 comments
Closed

Custom HTTP implementation #13

jgraef opened this issue May 15, 2024 · 2 comments
Assignees

Comments

@jgraef
Copy link
Member

jgraef commented May 15, 2024

With hyper we either can have no protocol upgrades (bad) or the IO streams need to be 'static (also bad) ☹️ 1

It might be worth building or own implementation.

@jgraef jgraef self-assigned this May 15, 2024
@jgraef
Copy link
Member Author

jgraef commented May 18, 2024

Apparently you can do protocol upgrades (with http1) using poll_without_shutdown.

There are other reasons a custom HTTP implementation could be preferable. Obviously implementing HTTP (and especially HTTP/2) is a lot of work 🤔

@jgraef
Copy link
Member Author

jgraef commented May 21, 2024

We're not going to write a custom HTTP impl lol

@jgraef jgraef closed this as completed May 21, 2024
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