Update to hyper 0.7 #19
No reviewers
Labels
No labels
P-high
P-low
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mikedilger/formdata!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hyper_0_7"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to use this crate (or crates that depend on it) in junction with hyper 0.7 cause a native linking error with openssl-sys. This resolves it by updating to hyper 0.7, and implementing the two other required methods for the NetworkStream trait introduced in 0.7
The error:
Thanks!