Home GnuPG

Link to a specific cURL error
894cf39f9c27Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

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

Provenance
Jakub Vrana <jakub@vrana.cz>Authored on Jul 11 2013, 9:03 PM
Parents
rPHUTILcaa439a4b989: Respect Content-Type encoding in HTTP response status
Branches
Unknown
Tags
Unknown

Event Timeline

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