Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default ssl to hyper-openssl #1008

Closed
wants to merge 1 commit into from
Closed

Change default ssl to hyper-openssl #1008

wants to merge 1 commit into from

Conversation

CorruptComputer
Copy link

This allows an easy upgrade to rust-openssl 0.9.6 without breaking anything.

@CorruptComputer
Copy link
Author

No clue why these are failing, everything is fine here 🤔

PS C:\Users\ngupton\Desktop\hyper> cargo build --release
    Updating registry `https://github.com/rust-lang/crates.io-index`
   Compiling typeable v0.1.2
   Compiling libc v0.2.19
   Compiling semver v0.1.20
   Compiling rustc-serialize v0.3.22
   Compiling antidote v1.0.0
   Compiling quick-error v0.2.2
   Compiling cfg-if v0.1.0
   Compiling log v0.3.6
   Compiling error-chain v0.7.2
   Compiling lazy_static v0.2.2
   Compiling bitflags v0.7.0
   Compiling bitflags v0.4.0
   Compiling bytes v0.3.0
   Compiling toml v0.2.1
   Compiling traitobject v0.0.1
   Compiling nix v0.5.1
   Compiling winapi-build v0.1.1
   Compiling winapi v0.2.8
   Compiling mime v0.2.2
   Compiling void v1.0.2
   Compiling slab v0.1.3
   Compiling user32-sys v0.2.0
   Compiling gdi32-sys v0.2.0
   Compiling kernel32-sys v0.2.2
   Compiling spmc v0.2.1
   Compiling pkg-config v0.3.8
   Compiling num_cpus v1.2.1
   Compiling rustc_version v0.1.7
   Compiling httparse v1.2.1
   Compiling openssl v0.9.6
   Compiling matches v0.1.4
   Compiling unicode-bidi v0.2.4
   Compiling ws2_32-sys v0.2.1
   Compiling unicase v1.4.0
   Compiling language-tags v0.2.2
   Compiling unicode-normalization v0.1.3
   Compiling idna v0.1.0
   Compiling metadeps v1.1.1
   Compiling url v1.2.4
   Compiling openssl-sys v0.9.6
   Compiling vecio v0.1.0
   Compiling time v0.1.36
   Compiling net2 v0.2.26
   Compiling miow v0.1.5
   Compiling cookie v0.3.1
   Compiling hyper v0.10.0
   Compiling mio v0.5.1
   Compiling rotor v0.6.3
   Compiling hyper-openssl v0.2.1
   Compiling hyper v0.10.0-a.0 (file:///C:/Users/ngupton/Desktop/hyper)
    Finished release [optimized] target(s) in 64.53 secs

@sfackler
Copy link
Contributor

The ssl feature was intentionally removed: #985

@CorruptComputer
Copy link
Author

SSL is still there though? 🤔

@seanmonstar
Copy link
Member

It's been removed in the 0.10.x branch, and in the tokio branch. The tokio branch will be merged into master in a day or 2.

Thanks for the effort though! I recommend trying the tokio branch.

@CorruptComputer
Copy link
Author

Ah well, I'm fairly new to rust and love the language! Any recommended starter projects for me to work on?

@seanmonstar
Copy link
Member

I'll be cleaning up the issues this week, trying to tag things with the "easy" label that are good for starters. Especially as I merge the tokio branch, there is need to start writing guides/docs on how to get started using hyper.

Besides that, if you would like other projects, watch in This Week in Rust, there is always a "Call for Participation" section with easy-ish issues from various projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants