braid-http 1.3.24 → 1.3.25
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 +0 -3
- package/package.json +1 -1
package/braid-http-server.js
CHANGED
|
@@ -294,9 +294,6 @@ function braidify (req, res, next) {
|
|
|
294
294
|
m.streams.delete(stream)
|
|
295
295
|
} else m.streams.set(stream, 'abort')
|
|
296
296
|
|
|
297
|
-
console.log('got here....!!!!')
|
|
298
|
-
|
|
299
|
-
|
|
300
297
|
// let the requester know we succeeded
|
|
301
298
|
res.writeHead(200, { 'Multiplex-Version': '0.0.1' })
|
|
302
299
|
return res.end(``)
|