Skip to content

Commit b608a02

Browse files
committed
[minor] Add missing space
1 parent 4cdbf0e commit b608a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/node-http-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ exports.createServer = function () {
192192
if (!callback) {
193193
// WebSocket support: if callback is empty tunnel
194194
// websocket request automatically
195-
server.on('upgrade', function(req, socket, head) {
195+
server.on('upgrade', function (req, socket, head) {
196196
// Tunnel websocket requests too
197197

198198
proxy.proxyWebSocketRequest(req, socket, head, {

0 commit comments

Comments
 (0)