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=16046>. 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=16046 Memory leak ------- Additional Comments From [EMAIL PROTECTED] 2003-01-15 20:55 ------- I checked with a "trimmed" (e.g. wrong) compressed request. As expected Apache gets HTTP/1.1 400. But as predicted a memory leak occurs too. Approx. 48kB for a request. Conditions: mod_deflate mod_dav mod_dav_fs installed. PROPFIND request made with Content-encoding: gzip and content is too short (trimmed) for example just 11 bytes. Gzipped content can never be less than 18 bytes: #####Headers: PROPFIND / HTTP/1.1 Content-Encoding: gzip Content-Type: text/xml; charset="utf-8" Content-Length: 11 Host: localhost:801 Accept: text/html, */* Accept-Encoding: gzip User-Agent: Mozilla/3.0 (compatible; DD Library) Depth: 1 #####Content - gzipped but trimmed, hex dump 0x1F 0x8B 0x08 0x00 0x00 0x00 0x00 0x00 0x00 0x0B 0xB3 My investigation showed that a call to inflateEnd() is missed. Occurs when conditions above are met. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
