Skip to content

Commit e7d50b1

Browse files
committed
[minor] extra space
1 parent c0a796b commit e7d50b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-proxy/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ common.setupOutgoing = function(outgoing, options, req, forward) {
5454
if (!outgoing.agent) {
5555
outgoing.headers = outgoing.headers || {};
5656
if (typeof outgoing.headers.connection !== 'string'
57-
|| ! upgradeHeader.test(outgoing.headers.connection)
57+
|| !upgradeHeader.test(outgoing.headers.connection)
5858
) { outgoing.headers.connection = 'close'; }
5959
}
6060

0 commit comments

Comments
 (0)