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 52ba331 commit e744920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/requestHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,10 @@ function getConnectReqHandler(userRule, recorder, httpsServerMgr) {
let resourceInfoId = -1;
const requestStream = new CommonReadableStream();

cltSocket.on('error', (e) => {
console.error(e)
});

/*
1. write HTTP/1.1 200 to client
2. get request data
Expand Down

0 comments on commit e744920

Please sign in to comment.