| OLD | NEW |
| 1 ## 0.2.3+4 |
| 2 |
| 3 * Support `http_parser` 3.0.0. |
| 4 |
| 1 ## 0.2.3+3 | 5 ## 0.2.3+3 |
| 2 | 6 |
| 3 * Support `shelf` 0.7.0. | 7 * Support `shelf` 0.7.0. |
| 4 | 8 |
| 5 ## 0.2.3+2 | 9 ## 0.2.3+2 |
| 6 | 10 |
| 7 * Support `http_parser` 2.0.0. | 11 * Support `http_parser` 2.0.0. |
| 8 | 12 |
| 9 ## 0.2.3+1 | 13 ## 0.2.3+1 |
| 10 | 14 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 | 64 |
| 61 ## 0.1.1+1 | 65 ## 0.1.1+1 |
| 62 | 66 |
| 63 * Removed work around for [issue](https://codereview.chromium.org/278783002/). | 67 * Removed work around for [issue](https://codereview.chromium.org/278783002/). |
| 64 | 68 |
| 65 ## 0.1.1 | 69 ## 0.1.1 |
| 66 | 70 |
| 67 * Correctly handle requests when not hosted at the root of a site. | 71 * Correctly handle requests when not hosted at the root of a site. |
| 68 * Send `last-modified` header. | 72 * Send `last-modified` header. |
| 69 * Work around [known issue](https://codereview.chromium.org/278783002/) with HTT
P date formatting. | 73 * Work around [known issue](https://codereview.chromium.org/278783002/) with HTT
P date formatting. |
| OLD | NEW |