DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29901>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29901

mod_ext_filter hangs is data returned by filter is superior to 65320 bytes

           Summary: mod_ext_filter hangs is data returned by filter is
                    superior to 65320 bytes
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: mod_ext_filter
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Using mod_ext_filter with : 

ExtFilterDefine test_filter mode=output cmd="c:/test.bat"

and 

<Location />
 SetOutputFilter test_filter
</Location>

the test.bat contains : type d:\test.html

If the size of the file test.html reaches 65321 bytes, apache hangs and the 
page is never returned. Using apache.exe from the CLI makes a new window appear 
correponding to the filter. Killing the window un-hangs apache, but the data 
returned is not completed (only 49312 bytes).

enableMMap is off and EnableSendfile is off

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to