Skip to content

Commit 1cfca65

Browse files
committed
Support http_parser 2.0.0.
[email protected] Review URL: https://codereview.chromium.org//1523903002 .
1 parent b96f163 commit 1cfca65

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.4+3
2+
3+
* Support `http_parser` 2.0.0.
4+
15
## 0.6.4+2
26

37
* Fix a bug where the `Content-Type` header didn't interact properly with the

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: shelf
2-
version: 0.6.4+2
2+
version: 0.6.4+3
33
author: Dart Team <[email protected]>
44
description: Web Server Middleware for Dart
55
homepage: https://github.com/dart-lang/shelf
66
environment:
77
sdk: '>=1.12.0 <2.0.0'
88
dependencies:
99
async: '^1.3.0'
10-
http_parser: '^1.0.0'
10+
http_parser: '>=1.0.0 <3.0.0'
1111
path: '^1.0.0'
1212
stack_trace: '^1.0.0'
1313
dev_dependencies:

0 commit comments

Comments
 (0)