bare-http1
Advanced tools
@@ -33,3 +33,3 @@ const HTTPAgent = require('./agent') | ||
this._connection = connection | ||
this._chunked = true | ||
this._chunked = method !== 'GET' && method !== 'HEAD' | ||
@@ -36,0 +36,0 @@ this._pendingFinal = null |
{ | ||
"name": "bare-http1", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"description": "Native HTTP/1 library for JavaScript", | ||
@@ -5,0 +5,0 @@ "exports": { |
35410
0.09%