Homec4science

Respect Content-Type encoding in HTTP response status

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

Description

Respect Content-Type encoding in HTTP response status

Test Plan:

$future = new HTTPSFuture('http://jakub.vrana.cz/');
list($status) = $future->resolve();
echo $status->getMessage() . "\n";

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

Details

Committed
Jakub Vrana <jakub@vrana.cz>Jul 11 2013, 20:29
Pushed
aubortMar 17 2017, 12:03
Parents
rPHUadfaa4af7db8: Avoid autoloading self and parent in PHP 5.2
Branches
Unknown
Tags
Unknown

Event Timeline

Jakub Vrana <jakub@vrana.cz> committed rPHUcaa439a4b989: Respect Content-Type encoding in HTTP response status (authored by Jakub Vrana <jakub@vrana.cz>).Jul 11 2013, 20:29