@based/server
Advanced tools
Comparing version 6.2.2 to 6.2.3
@@ -9,3 +9,2 @@ "use strict"; | ||
const httpStreamFunction = (server, ctx, route) => { | ||
console.info('lullz222', route); | ||
if (!ctx.session) { | ||
@@ -12,0 +11,0 @@ return; |
@@ -42,3 +42,3 @@ "use strict"; | ||
if (!uncompressStream.write(buf)) { | ||
// console.info('BACKPRESSURE') | ||
// do stuff | ||
} | ||
@@ -45,0 +45,0 @@ } |
@@ -82,3 +82,2 @@ "use strict"; | ||
drain: () => { | ||
// console.info('drain') | ||
// lets handle drain efficiently (or more efficiently at least) | ||
@@ -85,0 +84,0 @@ // call client.drain can be much more efficient |
@@ -7,3 +7,2 @@ "use strict"; | ||
const end = (ctx, payload) => { | ||
console.info('END REQ', ctx); | ||
if (!ctx.session) { | ||
@@ -10,0 +9,0 @@ return; |
{ | ||
"name": "@based/server", | ||
"version": "6.2.2", | ||
"version": "6.2.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
378104
5709