| OLD | NEW |
| 1 ## 0.11.3+6 |
| 2 |
| 3 * Fix one more strong mode warning in `http/testing.dart`. |
| 4 |
| 1 ## 0.11.3+5 | 5 ## 0.11.3+5 |
| 2 | 6 |
| 3 * Fix some lingering strong mode warnings | 7 * Fix some lingering strong mode warnings. |
| 4 | 8 |
| 5 ## 0.11.3+4 | 9 ## 0.11.3+4 |
| 6 | 10 |
| 7 * Fix all strong mode warnings. | 11 * Fix all strong mode warnings. |
| 8 | 12 |
| 9 ## 0.11.3+3 | 13 ## 0.11.3+3 |
| 10 | 14 |
| 11 * Support `http_parser` 2.0.0. | 15 * Support `http_parser` 2.0.0. |
| 12 | 16 |
| 13 ## 0.11.3+2 | 17 ## 0.11.3+2 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 | 69 |
| 66 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` | 70 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` |
| 67 to indicate an unknown content length rather than -1. | 71 to indicate an unknown content length rather than -1. |
| 68 | 72 |
| 69 * The `contentLength` parameter to `new BaseResponse` is now named rather than | 73 * The `contentLength` parameter to `new BaseResponse` is now named rather than |
| 70 positional. | 74 positional. |
| 71 | 75 |
| 72 * Make request headers case-insensitive. | 76 * Make request headers case-insensitive. |
| 73 | 77 |
| 74 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. | 78 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. |
| OLD | NEW |