Created by: damonmcminn
https://github.com/nodejitsu/node-http-proxy/issues/747
If req.url
is an empty string, url.parse(req.url).path
is null
and common.urlJoin
will raise a TypeError
.
Created by: damonmcminn
https://github.com/nodejitsu/node-http-proxy/issues/747
If req.url
is an empty string, url.parse(req.url).path
is null
and common.urlJoin
will raise a TypeError
.