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