Skip to content

Commit 21bb2ef

Browse files
committed
1 parent da4c639 commit 21bb2ef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ unreleased
77
- `app.set('query parser', false)` disable query string parsing
88
- `app.set('query parser', true)` enable simple parsing
99
10+
11+
- Respond after request fully read
12+
1013
* perf: prevent multiple `Buffer` creation in `res.send`
1114

1215
4.6.1 / 2014-07-12

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"debug": "1.0.4",
3232
"depd": "0.3.0",
3333
"escape-html": "1.0.1",
34-
"finalhandler": "0.0.3",
34+
"finalhandler": "0.1.0",
3535
"media-typer": "0.2.0",
3636
"methods": "1.1.0",
3737
"parseurl": "~1.1.3",

0 commit comments

Comments
 (0)