mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 06:44:44 +00:00
when use nodejs load remote image with fullpath
sometime use server generate image, and passing parameter in url so when send request should use full path, not only pathname
This commit is contained in:
parent
35d5cf220f
commit
85f18e36f5
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
var req = reqHandler.request({
|
||||
hostname: oURL.hostname,
|
||||
port: oURL.port,
|
||||
path: oURL.pathname,
|
||||
path: oURL.path,
|
||||
method: 'GET'
|
||||
}, function(response){
|
||||
var body = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue