We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b5252 commit 74230e2Copy full SHA for 74230e2
apps/browser-proxy/src/index.ts
@@ -53,7 +53,7 @@ websocketServer.on('connection', (socket, request) => {
53
const host = request.headers.host
54
55
if (!host) {
56
- console.log('No host header present')
+ debug('No host header present')
57
socket.close()
58
return
59
}
0 commit comments