chris-morgan / rust-http

Completely OBSOLETE Rust HTTP library (server and client)
Other
390 stars 110 forks source link

Fix non ssl config after rust update. #173

Closed glennw closed 9 years ago

reem commented 9 years ago

You should just be able to pass (ip, port) to avoid allocating a String now.

chris-morgan commented 9 years ago

Fixed by 6165c97.