Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
298 stars 158 forks source link

Add fallback when status code has no assigned status text #30

Closed ghost closed 4 years ago

ghost commented 8 years ago

I am using your proxy and when my server returns a status code that is not within the array of known status codes, it will thrown an offset error. This pull request will provide a fallback and will return a default status text.

I also added some tests for the fix.