Comparing version 0.1.0 to 0.1.1
@@ -29,2 +29,5 @@ /** | ||
}; | ||
if (/\.html?$/.test(url)) | ||
this._headers["content-type"] = "text/html"; | ||
}; | ||
@@ -31,0 +34,0 @@ util.inherits(PushStream, stream.Stream); |
{ | ||
"name": "spdy", | ||
"description": "...", | ||
"version": "0.1.0", | ||
"description": "Implementation of the SPDY protocol on node.js.", | ||
"version": "0.1.1", | ||
@@ -6,0 +6,0 @@ "author": "Fedor Indutny <fedor.indutny@gmail.com>", |
123516
1211