braid-http 1.3.30 → 1.3.31

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.
@@ -267,6 +267,7 @@ function braidify (req, res, next) {
267
267
  // so people can send multiplexed data to it
268
268
  res.writeHead(200, {
269
269
  'Multiplex-Version': '0.0.1',
270
+ 'Incremental': '?1',
270
271
  'Cache-Control': 'no-cache',
271
272
  'X-Accel-Buffering': 'no',
272
273
  ...req.httpVersion !== '2.0' && {'Connection': 'keep-alive'}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.30",
3
+ "version": "1.3.31",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/server.js"