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
- Re: cvs commit: httpd-2.0/server core.c request.c Bill Stoddard
- Re: cvs commit: httpd-2.0/server core.c request.c Barrie Slaymaker
- Re: cvs commit: httpd-2.0/server core.c request.c Ryan Bloom
- Re: cvs commit: httpd-2.0/server core.c request.... Bill Stoddard
- Re: cvs commit: httpd-2.0/server core.c request.c William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/server core.c request.... Barrie Slaymaker
- Re: cvs commit: httpd-2.0/server core.c request.c William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/server core.c request.c Bill Stoddard
- Re: cvs commit: httpd-2.0/server core.c request.... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/server core.c request.c Roy T. Fielding
- Re: cvs commit: httpd-2.0/server core.c request.... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/server core.c request.c William A. Rowe, Jr.
- RE: cvs commit: httpd-2.0/server core.c request.c Sander Striker