softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
229 stars 46 forks source link

Implement clone for UnixConnector #7

Closed letmutx closed 6 years ago

letmutx commented 6 years ago

It would be great if UnixConnector implements Clone as that would mean hyper Client will also become Clone. This is useful if you want to clone the client.

softprops commented 6 years ago

I think the travis failure is unrelated. I'll look into that separately.

softprops commented 6 years ago

@letmutx I just published 0.4.1 which should include you change https://crates.io/crates/hyperlocal thanks for the patch!