corecdtl 0.1.5 → 0.1.6
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.
|
@@ -71,7 +71,6 @@ class WebContext extends HttpContext_1.default {
|
|
|
71
71
|
this.contentTypeParsers = parser_1.contentParserTable;
|
|
72
72
|
this.parseInitial = (socket, chunk, p) => {
|
|
73
73
|
const routeId = this.httpCore.scannerRouteFirst(chunk, p, this.state.maxHeaderNameSize, this.state.maxHeaderValueSize, this.state.maxContentSize, this.state.requestQuerySize);
|
|
74
|
-
console.log(chunk.toString());
|
|
75
74
|
if (p.retFlag !== http_1.Http.RetFlagBits.FLAG_OK) {
|
|
76
75
|
switch (p.retFlag) {
|
|
77
76
|
// --- CORS 204 ---
|