tower-rs / tower-h2

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

Replace tokio_connect with MakeConnection #52

Closed LucioFranco closed 5 years ago

LucioFranco commented 5 years ago

This change migrates away from tokio_connectiont to tower_util::MakeConnection. It now also allows make_service to take a target instead of just a ().

carllerche commented 5 years ago

Thanks 👍