RE: Limiting size of transfers

From: Dave J Woolley <DJW@dont-contact.us>
Date: Thu, 19 Aug 1999 12:44:46 +0100

> From: Pete Yandell [SMTP:pete_yandell@yahoo.com]
>
> I've been playing with delay pools and they're great, but what I really
> want to
> do is just disallow the transfer of any object greater than, say, 2Mb.
> With
> HTTP I presumably can't detect the size in advance and disallow it, but I
>
        For static pages that haven't been mangled by an intermediate
        proxy, there should be a content length header. Dynamic pages,
        including SSI and, sometimes, those mangled by an ISP, either
        there will be no length information at all, or the page will
        be returned in chunks, each with a length.

        Aborting pages is not particularly compatible with persistent
        connections, although things ought to work.
Received on Thu Aug 19 1999 - 05:41:25 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:03 MST