Skip to content

Commit

Permalink
Merge pull request joomla#1315 from elinw/patch-7
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
chdemko committed Jun 26, 2012
2 parents bb18507 + ca2fdcf commit 6343dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/http/transport/curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function request($method, JUri $uri, $data = null, array $headers = null,
$options[CURLOPT_RETURNTRANSFER] = true;

// Override the Expect header to prevent cURL from confusing itself in it's own stupidity.
// @see http://the-stickman.com/web-development/php-and-curl-disabling-100-continue-header/
// Link: http://the-stickman.com/web-development/php-and-curl-disabling-100-continue-header/
$options[CURLOPT_HTTPHEADER][] = 'Expect:';

// Set the cURL options.
Expand Down

0 comments on commit 6343dee

Please sign in to comment.