Assertion in clientProcessBody

From: Mark Nottingham <mnot_at_yahoo-inc.com>
Date: Tue, 8 Dec 2009 13:34:44 +1100

I've got a user tripping across the following assertion in clientProcessBody (2.7):

        /* Some sanity checks... */
        assert(conn->body.size_left > 0);

conn->body.size_left is 0, and the method is GET; content-length is 226. request_entities is on (obviously).

Any thoughts here? Should this really be >=, or should clientProcessBody never get a 0 size_left?

Cheers,

--
Mark Nottingham       mnot_at_yahoo-inc.com
Received on Tue Dec 08 2009 - 02:35:36 MST

This archive was generated by hypermail 2.2.0 : Tue Dec 08 2009 - 12:00:02 MST