Skip to content

Commit 328bcf9

Browse files
mscdexdougwilson
authored andcommitted
1 parent 8c59da0 commit 328bcf9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
HEAD
2+
====
3+
4+
5+
- Calculate ETag with md5 for reduced collisions
6+
- Fix wrong behavior when index file matches directory
7+
- Ignore stream errors after request ends
8+
- Skip directories in index file search
9+
10+
111
1.1.0 / 2014-04-24
212
==================
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"parseurl": "1.0.1",
16-
"send": "0.3.0"
16+
"send": "0.4.0"
1717
},
1818
"devDependencies": {
1919
"connect": "~2.14.1",

0 commit comments

Comments
 (0)