With a comment

This commit is contained in:
François Leurent 2016-09-17 22:47:41 +02:00 committed by Jarrett Cruger
parent 8eddf45f2a
commit fbc266809c

View File

@ -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.