This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Commit a27802e
authored
flutter_tool: remove explicit length header in HTTP response (#119869)
This is already handled by pkg:shelf
There is some subtlety with String here, since String.length might not
align with the size in bytes over the wire, depending on the contents
and the encoding
Best to just let pkg:shelf handle it1 parent c626460 commit a27802e
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | 390 | | |
392 | 391 | | |
393 | 392 | | |
| |||
400 | 399 | | |
401 | 400 | | |
402 | 401 | | |
403 | | - | |
404 | 402 | | |
405 | 403 | | |
406 | 404 | | |
| |||
414 | 412 | | |
415 | 413 | | |
416 | 414 | | |
417 | | - | |
418 | 415 | | |
419 | 416 | | |
420 | 417 | | |
| |||
504 | 501 | | |
505 | 502 | | |
506 | 503 | | |
507 | | - | |
508 | 504 | | |
509 | 505 | | |
510 | 506 | | |
| |||
0 commit comments