Skip to content

Commit fbc2668

Browse files
131jcrugzz
authored andcommitted
With a comment
1 parent 8eddf45 commit fbc2668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/http-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var http = require('http'),
22
https = require('https'),
33
url = require('url'),
4-
httpProxy = require('./http-proxy/index.js');
4+
httpProxy = require('./http-proxy/index.js'); //use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!)
55

66
/**
77
* Export the proxy "Server" as the main export.

0 commit comments

Comments
 (0)