Skip to content

Commit

Permalink
* https support
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Polo committed Jul 4, 2011
1 parent 7b1b0ef commit 4eba5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/altshift/http/client.js
Expand Up @@ -175,7 +175,7 @@ var Client = core.class('Client', {
//http.request Start
requestPath = (request.pathname || request.pathInfo || '') + request.search;

httpRequest = http.request({
httpRequest = (isSecure ? https : http).request({
encoding: request.encoding,
method: request.method,
headers: request.headers,
Expand Down

0 comments on commit 4eba5b7

Please sign in to comment.