Skip to content

Commit ba65a48

Browse files
jpetazzoindexzero
authored andcommitted
Fix typo which slipped in during patch clean-up
1 parent ef66833 commit ba65a48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node-http-proxy/http-proxy.js

-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
286286
//
287287
response.connection.on('end', function () {
288288
if (response.readable && response.resume) {
289-
{
290289
response.resume();
291290
}
292291
});

0 commit comments

Comments
 (0)