File tree
5 files changed
+7
-3
lines changed- aiohttp
- tests
- vendor
5 files changed
+7
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
| 157 | + | |
| 158 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
| 655 | + | |
| 656 | + | |
655 | 657 |
| |
656 | 658 |
| |
657 | 659 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
501 |
| - | |
| 501 | + | |
502 | 502 |
| |
503 | 503 |
| |
504 | 504 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 |
| - | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
|
- .github/workflows/aiohttp.yml+61
- README.md+19
- package-lock.json+2-2
- package.json+1-1
- src/llhttp/constants.ts+13
- src/llhttp/http.ts+184-82
- src/native/api.c+17-1
- src/native/api.h+26-1
- src/native/http.c+23-3
- test/fixtures/extra.c+40
- test/fixtures/index.ts+14-4
- test/request/connection.md+2-2
- test/request/content-length.md+6-8
- test/request/invalid.md+119-3
- test/request/lenient-headers.md+4-4
- test/request/lenient-version.md+1-1
- test/request/sample.md+2-2
- test/request/transfer-encoding.md+146-44
- test/response/connection.md+197-15
- test/response/invalid.md+86
- test/response/lenient-version.md+1-1
- test/response/sample.md+11-4
- test/response/transfer-encoding.md+2-2
0 commit comments