Is there a way to prevent HttpRequest (from the pecl_http extension) from using an "Expect: 100-continue" on large POSTs? I've a script which needs to submit pages to a host running Lighttpd v1.4, which does not support section 8.2.3 of the HTTP/1.1 spec and so always returns a "417 Expectation Failed" when such a request is made.

--
Ben Blank <[EMAIL PROTECTED]>
"Oregano, n.  The ancient Italian art of pizza folding."

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to