| OLD | NEW |
| 1 ## 0.11.3+8 |
| 2 |
| 3 * Properly specify `Content-Transfer-Encoding` for multipart chunks. |
| 4 |
| 1 ## 0.11.3+7 | 5 ## 0.11.3+7 |
| 2 | 6 |
| 3 * Declare compatibility with `http_parser` 3.0.0. | 7 * Declare compatibility with `http_parser` 3.0.0. |
| 4 | 8 |
| 5 ## 0.11.3+6 | 9 ## 0.11.3+6 |
| 6 | 10 |
| 7 * Fix one more strong mode warning in `http/testing.dart`. | 11 * Fix one more strong mode warning in `http/testing.dart`. |
| 8 | 12 |
| 9 ## 0.11.3+5 | 13 ## 0.11.3+5 |
| 10 | 14 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 | 77 |
| 74 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` | 78 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` |
| 75 to indicate an unknown content length rather than -1. | 79 to indicate an unknown content length rather than -1. |
| 76 | 80 |
| 77 * The `contentLength` parameter to `new BaseResponse` is now named rather than | 81 * The `contentLength` parameter to `new BaseResponse` is now named rather than |
| 78 positional. | 82 positional. |
| 79 | 83 |
| 80 * Make request headers case-insensitive. | 84 * Make request headers case-insensitive. |
| 81 | 85 |
| 82 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. | 86 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. |
| OLD | NEW |