Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 ## 0.10.0 | |
| 2 | |
| 3 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` | |
| 4 to indicate an unknown content length rather than -1. | |
| 5 | |
| 6 * The `contentLength` parameter to `new BaseResponse` is now named rather than | |
| 7 positional. | |
| 8 | |
| 9 * Make request headers case-insensitive. | |
| OLD | NEW |