Commit b608a029 authored by indexzero's avatar indexzero

[minor] Add missing space

parent 4cdbf0e8
......@@ -192,7 +192,7 @@ exports.createServer = function () {
if (!callback) {
// WebSocket support: if callback is empty tunnel
// websocket request automatically
server.on('upgrade', function(req, socket, head) {
server.on('upgrade', function (req, socket, head) {
// Tunnel websocket requests too
proxy.proxyWebSocketRequest(req, socket, head, {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment