Skip to content

Commit

Permalink
Default port.
Browse files Browse the repository at this point in the history
  • Loading branch information
O. R. Lissenberg authored and polyfractal committed Feb 27, 2014
1 parent c6e6326 commit 3885e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ private function extractURIParts($host)
}

if (isset($parts['port']) !== true) {
$parts['port'] = 80;
$parts['port'] = 9200;
}

return array(
Expand Down

0 comments on commit 3885e9b

Please sign in to comment.