|
|||||||||||
|
DO NOT REPLY [Bug 10216] - ISAPI + SSL = status 200 as 500 after correct reply
From: <bugzilla(at)apache.org>
Date: Mon Nov 04 2002 - 08:52:11 EST
ISAPI + SSL = status 200 as 500 after correct reply wrowe@apache.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Have just committed a bugfix for this report. Rather than Status!=200 tests, we will simply track response_sent, and once it has been sent, we will return 0 (assuring the server core module that it's been handled.) This also assures that if the ISAPI module wants to return the 200, or 500, or redirect, and completely handles it internally, that this bug won't appear again. To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Mon Nov 04 13:51:17 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:44:02 EDT |
||||||||||
|
|||||||||||