Homec4science

Link to a specific cURL error

Authored by Jakub Vrana <jakub@vrana.cz> on Jul 11 2013, 21:03.

Description

Link to a specific cURL error

Test Plan:

$url = 'http://www.suraski.net/blog/index.php?/feeds/index.rss2';
$future = new HTTPSFuture($url);
list($status) = $future->resolve();
echo $status->getMessage() . "\n";

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6429

Details

Committed
Jakub Vrana <jakub@vrana.cz>Jul 11 2013, 21:03
Pushed
aubortMar 17 2017, 12:03
Parents
rPHUcaa439a4b989: Respect Content-Type encoding in HTTP response status
Branches
Unknown
Tags
Unknown

Event Timeline

Jakub Vrana <jakub@vrana.cz> committed rPHU894cf39f9c27: Link to a specific cURL error (authored by Jakub Vrana <jakub@vrana.cz>).Jul 11 2013, 21:03