From: "Roy T. Fielding" <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 4:45 PM


> A quick_handler operates the way that a Web server is supposed to operate.
> I should be able to add a hook that detects a Code Red request and immediately
> close the connection with as little server overhead as possible.  Normally
> I would do that with a custom change to the HTTP parser, but it makes more
> sense to do it as a hook with quick_handler.

I'd really like to see a quick_handler patch that has the socket drop that
connection entirely, waiting in SYN for the ACK response :)

Bill

Reply via email to