Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
asaccool committed Aug 12, 2022
1 parent 500a9c1 commit b681a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/requestForwarder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function(server){
res.end();
}
response.on("data", res.write);
res.on('end', res.end);
response.on('end', res.end);
});

request.on("error", (err)=>{
Expand Down

0 comments on commit b681a41

Please # to comment.