Skip to content

Commit

Permalink
With a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
131 authored and jcrugzz committed Oct 22, 2016
1 parent 8eddf45 commit fbc2668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-proxy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var http = require('http'),
https = require('https'),
url = require('url'),
httpProxy = require('./http-proxy/index.js');
httpProxy = require('./http-proxy/index.js'); //use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!)

/**
* Export the proxy "Server" as the main export.
Expand Down

0 comments on commit fbc2668

Please sign in to comment.