braid-http 1.3.91 → 1.3.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -470,7 +470,7 @@ function braidify (req, res, next) {
470
470
  // empirically, on an http1 server,
471
471
  // these cause res2 to close prematurely
472
472
  || key === 'destroyed'
473
- // || key === '_closed' // Remove for now. Might have broke stuff.
473
+ || key === '_closed'
474
474
 
475
475
  // adding these lines gets rid of some deprecation warnings.. keep?
476
476
  || key === '_headers'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.91",
3
+ "version": "1.3.92",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/server.js"