-
-
Notifications
You must be signed in to change notification settings - Fork 79
Use connectors instead of jit req inspector #730
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
Conversation
GlenDC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome! Couple of remarks, but we can probably ship this still today if you are quick enough :) So exciting, looks good. A lot cleaner.
Any concerns that aren't immediately clear from the PR? E.g. things that you have in your mind after having gone through all this code?
rama-tls-rustls/Cargo.toml
Outdated
| [dependencies] | ||
| pin-project-lite = { workspace = true } | ||
| rama-core = { workspace = true } | ||
| rama-http-types = { workspace = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems we already were enabling rama-http-types via rama-net/http before, but ... why is this required?
rama-tls* crates should probably also be able to work without http as there is plenty of use case of tls without http. Can we put a feature flag (http) here to enable this optionally? What stops us?
Something I'm still thinking about but I'm not entirely sure about |
I am not against simpler. Feel free to make a more in depth proposal offline, discord or github. |
part of #462