Auto merge of #28660 - negator:negator/upgrade-hyper-tokio, r=jdm

Upgrade to hyper:0.14.16 and tokio:1.15.0

Upgrades hyper and tokio to the latest compatible versions.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26933 (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2022-01-16 19:46:22 -05:00 committed by GitHub
commit 3391772551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 872 additions and 891 deletions

View file

@ -41,16 +41,13 @@
[Content-Length%3A%20]
expected: FAIL
[Input: "Content-Length: 42,42". Expected: 42.]
expected: FAIL
[Input: "Content-Length: 42\\r\\nContent-Length: 42,42". Expected: 42.]
expected: FAIL
[Input: "Content-Length: 30,30". Expected: 30.]
[Input: "Content-Length: 030, 30". Expected: network error.]
expected: FAIL
[Input: "Content-Length: 30\\r\\nContent-Length: 30,30". Expected: 30.]
[Input: "Content-Length: 030,30". Expected: network error.]
expected: FAIL
[Input: "Content-Length: aaaah\\r\\nContent-Length: aaaah". Expected: 42.]

View file

@ -1,8 +0,0 @@
[credentials-flag.htm]
type: testharness
[Access-Control-Allow-Credentials: True should be disallowed (async)]
expected: FAIL
[Access-Control-Allow-Credentials: TRUE should be disallowed (async)]
expected: FAIL

View file

@ -41,16 +41,13 @@
[Content-Length%3A%20]
expected: FAIL
[Input: "Content-Length: 42,42". Expected: 42.]
expected: FAIL
[Input: "Content-Length: 42\\r\\nContent-Length: 42,42". Expected: 42.]
expected: FAIL
[Input: "Content-Length: 30,30". Expected: 30.]
[Input: "Content-Length: 030, 30". Expected: network error.]
expected: FAIL
[Input: "Content-Length: 30\\r\\nContent-Length: 30,30". Expected: 30.]
[Input: "Content-Length: 030,30". Expected: network error.]
expected: FAIL
[Input: "Content-Length: aaaah\\r\\nContent-Length: aaaah". Expected: 42.]