The information in this article applies to:
SUMMARY
When the return code SF_STATUS_REQ_READ_NEXT is used, the ISAPI filter stops responding any time a request is received over SSL. MORE INFORMATION
Returning this code means that the filter wants IIS to suspend normal filter processing and wait for more data from the client. If the client sends more data, all read raw data filters (in priority order) are called up to the filter that used the return code. If the client does not send more data, IIS waits until the connection times out. The Sspifilt.dll filter uses this return code to get a full chunk of the SSL packet for decryption and then returns SF_STATUS_REQ_NEXT_NOTIFICATION. At this point, the filter is called (assuming lower priority) and appears to stop responding because there is no more data sent to the filter. Additional query words:
Keywords : kbGrpInetServer |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |