[SPAM] Re: [mod_python] Handing Expect: 100-continue from inside mod_python

Joshua Ginsberg listspam at flowtheory.net
Tue May 23 13:55:35 EDT 2006


>From the mod_python manual:

http://modpython.org/live/current/doc-html/pyapi-handler.html

-jag

On Tue, 2006-05-23 at 13:31 -0400, jarrod roberson wrote:
> I have been googling and have not been able to find any information
> about how to have my mod_python handler respond with a 100 Continue or
> 417 Expectation Failed. We are checking quota on PUT's and want to be
> able to support Expect: 100-continue for PUTs so the client ( which we
> are in charge of and Content-Lenght is required by the server ). Right
> now we just drop the connection if the the PUT will fail, it would be
> much nicer to respond in a more friendly manner. 
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python



More information about the Mod_python mailing list