[plt-scheme] web-server: serving large files
The server supports chunked encoding, and we have maybe one test for
this
case.
It is plausible that chunked is broken.
On Dec 15, 2004, at 1:58 PM, Eli Barzilay wrote:
> I think that the PLT server does not handle partial file transfers,
> which might be causing the problem (the client might stop and ask for
> partial content, the server ignores that and starts a normal transfer
> from scratch, the client has that content therefore not showing any
> progress to the user).