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.
- package/braid-http-server.js +1 -0
- package/package.json +1 -1
package/braid-http-server.js
CHANGED
|
@@ -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'}
|