-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: hyperium/hyper
base: v0.14.14
head repository: hyperium/hyper
compare: v0.14.15
- 9 commits
- 13 files changed
- 5 contributors
Commits on Nov 3, 2021
-
feat(upgrade): allow http upgrades with any body type
Allow using `Request<T>`/`Response<T>` for any given T with `upgrade::on` instead of just restricting it to `hyper::Body`.
Configuration menu - View commit details
-
Copy full SHA for ab469eb - Browse repository at this point
Copy the full SHA ab469ebView commit details
Commits on Nov 4, 2021
-
feat(http1): Add
http1_writev(bool)to client and server BuildersRestore a way to force queue writing strategy. Closes #2676
Configuration menu - View commit details
-
Copy full SHA for 8062714 - Browse repository at this point
Copy the full SHA 8062714View commit details
Commits on Nov 8, 2021
-
docs(body) fix doctest failing due to missing features
The doctest uses `hyper::Client`, but that is not available unless these features are enabled. This commit adds an attribute to check for those and allows `cargo test` with no arguments to pass again. fixes #2687.
Configuration menu - View commit details
-
Copy full SHA for 3221f57 - Browse repository at this point
Copy the full SHA 3221f57View commit details -
docs(client): fix missing feature attrs in another doctest
when testing my fix for #2687, I noticed that this doctest has the same issue, so here's another fix.
1Configuration menu - View commit details
-
Copy full SHA for 913be88 - Browse repository at this point
Copy the full SHA 913be88View commit details -
fit(client): cancel blocking DNS lookup if GaiFuture dropped (#2689)
Closes #2686
Ahmed Sobeh authoredNov 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 174b553 - Browse repository at this point
Copy the full SHA 174b553View commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f5e853 - Browse repository at this point
Copy the full SHA 7f5e853View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a12db28 - Browse repository at this point
Copy the full SHA a12db28View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a1502e1 - Browse repository at this point
Copy the full SHA a1502e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b1d9e - Browse repository at this point
Copy the full SHA d0b1d9eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.14.14...v0.14.15