On 3/16/07, Clinton Gormley <[EMAIL PROTECTED]> wrote:
1) What is the difference between connection reset and connection aborted
I don't think there's a meaningful difference in this context.
2) What return code should I send Apache2::Const::OK? or what
That's fine. If you want to log an error, you can return SERVER_ERROR. OK seems more correct, since there wasn't really any error on your end. - Perrin