hi kind group, I like ask you help about ISAPI filter development under IIS6. I'm treating SEND_RAW_DATA stream. Because the event is called many times I buffer all into a structure that pass on filterContext. How I can tell to IIS6 to not output the piece of stream outside because I'm buffering it? I put cbInData=0 but still IIS6 output the content of every piece. Please help. Thank you very much. Roberto Della Pasqua
Hello, What language are you using? I have heard of some language specific issues with filters (see this for an example http://groups.google.com/group/microsoft.public.platformsdk.internet.server.isapi-dev/browse_frm/thread/b01c3b692af82645/a5d6c6c49c5e38c7?lnk=st&q=cbindata+wadeh&rnum=1#a5d6c6c49c5e38c7.) Thank you, -Wade A. Hilmo, -Microsoft "Roby DP" <robertoATdellapasquaDOTcom> wrote in message news:op.s9focsq78v7t30@www.mywebsite.com... > > hi kind group, > > I like ask you help about ISAPI filter development under IIS6. > > I'm treating SEND_RAW_DATA stream. > > Because the event is called many times I buffer all into a structure that > pass on filterContext. > > How I can tell to IIS6 to not output the piece of stream outside because > I'm buffering it? > > I put cbInData=0 but still IIS6 output the content of every piece. > > Please help. > > Thank you very much. > > Roberto Della Pasqua
Thank you, indeed I'm using Delphi 2006. Best regards. > Hello, > > What language are you using? I have heard of some language specific > issues > with filters (see this for an example > http://groups.google.com/group/microsoft.public.platformsdk.internet.server.isapi-dev/browse_frm/thread/b01c3b692af82645/a5d6c6c49c5e38c7?lnk=st&q=cbindata+wadeh&rnum=1#a5d6c6c49c5e38c7.) > > Thank you, > -Wade A. Hilmo, > -Microsoft > > "Roby DP" <robertoATdellapasquaDOTcom> wrote in message > news:op.s9focsq78v7t30@www.mywebsite.com... >> >> hi kind group, >> >> I like ask you help about ISAPI filter development under IIS6. >> >> I'm treating SEND_RAW_DATA stream. >> >> Because the event is called many times I buffer all into a structure >> that >> pass on filterContext. >> >> How I can tell to IIS6 to not output the piece of stream outside because >> I'm buffering it? >> >> I put cbInData=0 but still IIS6 output the content of every piece. >> >> Please help. >> >> Thank you very much. >> >> Roberto Della Pasqua >