Clarifying the meaning of ERR_ZERO_SIZE_OBJECT?

From: CNL Squid Users List <squid-users@dont-contact.us>
Date: Tue, 27 Jul 1999 09:50:53 +0530

Hi!

        I want to clarify the meaning of ERR_ZERO_SIZE_OBJECT?

        This error is returned when the read() returns 0.
        This implies not even the HTTP reply headers were received, right?

        Please tell me if I am right or wrong?

        I am interested if any inbound bytes (from origin server to proxy)
        came in.

        Thanks.

Dinesh

> http.c: line 513 of 981
> } else if (len == 0 && entry->mem_obj->inmem_hi == 0) {
> ErrorState *err;
> err = errorCon(ERR_ZERO_SIZE_OBJECT, HTTP_SERVICE_UNAVAILABLE);
Received on Mon Jul 26 1999 - 22:14:22 MDT

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