-
-
Notifications
You must be signed in to change notification settings - Fork 749
Open
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Some external crates used the Server::run_incoming method to modify the behavior of the warp server (example: tokio-rustls-acme).
Now that this method has been replaced by Server::incoming and is no longer a Stream based argument but an acceptor, the server::accept::Accept trait must be public.
Describe the solution you'd like
Make the server::accept::Accept trait public.
Describe alternatives you've considered
N.A.
Additional context
See: n0-computer/tokio-rustls-acme#35
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request