On 30/10/02 5:04 pm, "Alistair Young" <[EMAIL PROTECTED]> wrote:
> oops - I meant to say "read up to Content-length from the socket" - that > would guarantee all the POST vars are available to modules that want to > peek at it without causing a 101 to be sent! But when the client POSTs some data, it'll declare how much it's sending in Content-Length.. So, if I post 2 gigs of data, my content length will be 2 gigs... Pier