braid-http 1.3.89 → 1.3.91

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.
@@ -468,8 +468,9 @@ function braidify (req, res, next) {
468
468
  key === '_events' || key === 'emit'
469
469
 
470
470
  // empirically, on an http1 server,
471
- // this causes res2 to close prematurely
471
+ // these cause res2 to close prematurely
472
472
  || key === 'destroyed'
473
+ // || key === '_closed' // Remove for now. Might have broke stuff.
473
474
 
474
475
  // adding these lines gets rid of some deprecation warnings.. keep?
475
476
  || key === '_headers'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.89",
3
+ "version": "1.3.91",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/server.js"