Skip to content

Commit

Permalink
[minor] extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Sep 26, 2014
1 parent c0a796b commit e7d50b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-proxy/common.js
Expand Up @@ -54,7 +54,7 @@ common.setupOutgoing = function(outgoing, options, req, forward) {
if (!outgoing.agent) {
outgoing.headers = outgoing.headers || {};
if (typeof outgoing.headers.connection !== 'string'
|| ! upgradeHeader.test(outgoing.headers.connection)
|| !upgradeHeader.test(outgoing.headers.connection)
) { outgoing.headers.connection = 'close'; }
}

Expand Down

0 comments on commit e7d50b1

Please sign in to comment.