braid-http 1.3.87 → 1.3.88

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.
@@ -519,6 +519,7 @@ function braidify (req, res, next) {
519
519
 
520
520
  // We have a subscription!
521
521
  res.statusCode = 209
522
+ res.statusMessage = 'Multiresponse'
522
523
  res.setHeader("subscribe", req.headers.subscribe ?? 'true')
523
524
  res.setHeader('cache-control', 'no-cache, no-transform, no-store')
524
525
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.87",
3
+ "version": "1.3.88",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/server.js"