Reverted a merge/upstream fail that removed a vital part of the implementation

This commit is contained in:
Arnout Kazemier
2011-08-03 00:41:32 +02:00
parent b235e709de
commit 0ab37174dd

View File

@@ -163,6 +163,7 @@
host: uri.host
, secure: 'https' == uri.protocol
, port: uri.port || ('https' == uri.protocol ? 443 : 80)
, query: uri.query || ''
};
io.util.merge(options, details);