braid-http
Advanced tools
Comparing version
@@ -377,2 +377,3 @@ var assert = require('assert') | ||
'Multiplex-Version': multiplex_version, | ||
'Cache-Control': 'no-store', | ||
...Object.fromEntries(cors_headers) | ||
@@ -386,2 +387,3 @@ }) | ||
og_socket.write(`Multiplex-Version: ${multiplex_version}\r\n`) | ||
og_socket.write(`Cache-Control: no-store\r\n`) | ||
cors_headers.forEach(([key, value]) => | ||
@@ -388,0 +390,0 @@ og_socket.write(`${key}: ${value}\r\n`)) |
{ | ||
"name": "braid-http", | ||
"version": "1.3.54", | ||
"version": "1.3.55", | ||
"description": "An implementation of Braid-HTTP for Node.js and Browsers", | ||
@@ -5,0 +5,0 @@ "scripts": { |
87222
0.13%1706
0.12%