hi
I am adding data to the body of the html page in the OnSendRawData function in an ISAPI filter appliation.
but at this moment the header has already been send. therefore I can't change the "content-length", as it is not known at the time the header is processed by the filter.
the client browser only shows data upto the size of the content-length. if the content-length is removed from the header, the client browser waits eternally for more data, as it does not know the size.
any ideas as to how I can get around this problem?
thanks
Sumedha
I am adding data to the body of the html page in the OnSendRawData function in an ISAPI filter appliation.
but at this moment the header has already been send. therefore I can't change the "content-length", as it is not known at the time the header is processed by the filter.
the client browser only shows data upto the size of the content-length. if the content-length is removed from the header, the client browser waits eternally for more data, as it does not know the size.
any ideas as to how I can get around this problem?
thanks
Sumedha