Re: problems serving HTTP requests

2001-07-17 Thread David Treves
7, 2001 4:41 PM Subject: RE: problems serving HTTP requests > >From the HTTP spec at http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2068.html > : > > ] 10.2.7 206 Partial Content > ] The server has fulfilled the partial GET request for the resource. > > That means you called H

RE: problems serving HTTP requests

2001-07-17 Thread William Kaufman
>From the HTTP spec at http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2068.html : ] 10.2.7 206 Partial Content ] The server has fulfilled the partial GET request for the resource. That means you called HttpServletResponse.setContentLength() with a number bigger than the actual amount of data you'r