tower-rs / tower-h2

An HTTP/2.0 client and server `Service` implementation.
MIT License
89 stars 18 forks source link

Add manual impl of Clone for Server #19

Closed hawkw closed 6 years ago

hawkw commented 6 years ago

Since B is just a marker type, it doesn't need to be Clone for Server to impl Clone.

@seanmonstar already made these changes upstream in runconduit/conduit@54aef56e25f132b8e8e7d6ab2eb356ec4d7be890

Signed-off-by: Eliza Weisman eliza@buoyant.io