ksys-express-http-proxy
Advanced tools
Comparing version 0.10.22 to 0.10.23
@@ -51,3 +51,6 @@ var assert = require('assert'); | ||
function continueProxy(reqOpt, bodyContent) { | ||
reqOpt.headers['content-length'] = getContentLength(bodyContent); | ||
if (reqOpt.method !== 'GET') { | ||
reqOpt.headers['content-length'] = getContentLength(bodyContent); | ||
} | ||
@@ -54,0 +57,0 @@ if (bodyEncoding(options)) { |
{ | ||
"name": "ksys-express-http-proxy", | ||
"version": "0.10.22", | ||
"version": "0.10.23", | ||
"description": "http proxy middleware for express", | ||
@@ -5,0 +5,0 @@ "engines": { |
49398
1166