You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2002/04/17 17:02:17 UTC

DO NOT REPLY [Bug 8209] New: - Buffer for response input stream too small

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8209

Buffer for response input stream too small

           Summary: Buffer for response input stream too small
           Product: Slide
           Version: 1.0.16 Stable
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: wolfgang.theilmann@sap.com


The reading of large files (1MB) is very slow when using the Apache mod_dav 
server.
This is caused by a missing/too small buffer used for the response input stream 
in class HttpClient.
If you replace the line
input = socket.getInputStream();
            input = new java.io.BufferedInputStream(socket.getInputStream(), 
8192);

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>