cowboy / php-simple-proxy

Simple PHP Proxy: Get external HTML, JSON and more!
http://benalman.com/projects/php-simple-proxy/
GNU General Public License v2.0
538 stars 155 forks source link

Do not fail on HTTP 100 Response #19

Closed reednj closed 2 years ago

reednj commented 12 years ago

Because of the way the headers are split the proxy will fail if the server sends a 100 Continue response because sending the data. This pull request fixes that.