mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
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:
commit
3391772551
42 changed files with 872 additions and 891 deletions
|
@ -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.]
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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.]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue