Skip to content

Commit 6cd4859

Browse files
committed
1 parent 4f1cd4f commit 6cd4859

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ unreleased
44
* deps: etag@~1.5.0
55
- Improve string performance
66
- Slightly improve speed for weak ETags over 1KB
7+
8+
- Terminate in progress response only on error
9+
- Use `on-finished` to determine request status
10+
- deps: debug@~2.1.0
711

812
4.9.8 / 2014-10-17
913
==================

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"depd": "0.4.5",
3434
"escape-html": "1.0.1",
3535
"etag": "~1.5.0",
36-
"finalhandler": "0.2.0",
36+
"finalhandler": "0.3.1",
3737
"fresh": "0.2.4",
3838
"media-typer": "0.3.0",
3939
"methods": "1.1.0",

0 commit comments

Comments
 (0)