Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
franck34 committed Mar 28, 2020
1 parent e744920 commit edbd24c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/requestHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ function fetchRemoteResponse(protocol, options, reqData, config) {
});
});

proxyReq.useChunkedEncodingByDefault = true;
proxyReq.on('error', reject);
proxyReq.end(reqData);
});
Expand Down

0 comments on commit edbd24c

Please sign in to comment.