#36 ✓resolved
tstrokes (at gmail)

explicit http1.1

Reported by tstrokes (at gmail) | December 1st, 2009 @ 04:21 AM

I use a shared host that has an architecture that has trouble with the explicit HTTP/1.1
It is used in lib/limonade.php:1959
if($str = http_response_status($num)) return "HTTP/1.1 $num $str";
I was wondering if there is problem if it was changed to:
if($str = http_response_status($num)) return $_SERVER["SERVER_PROTOCOL"] . " $num $str";

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Limonade is a PHP micro-framework.

People watching this ticket

Referenced by

Pages