Skip to content

Commit

Permalink
Merge 62d83bc into 05dc288
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroenhoff committed Nov 26, 2020
2 parents 05dc288 + 62d83bc commit 8f39f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/web-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ function createWebServer (injector, config) {

server.on('upgrade', function (req, socket, head) {
log.debug(`upgrade ${req.url}`)
// ignore future socket errors
socket.on('error', () => {})
proxyMiddlewareInstance.upgrade(req, socket, head)
})

Expand Down

0 comments on commit 8f39f90

Please sign in to comment.