/*
- * $Id: client_side_reply.cc,v 1.22 2002/10/26 02:42:31 robertc Exp $
+ * $Id: client_side_reply.cc,v 1.23 2002/10/26 04:51:01 robertc Exp $
*
* DEBUG: section 88 Client-side Reply Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
httpReplyBodySize(http->request->method, http->entry->mem_obj->reply);
int hs = http->entry->mem_obj->reply->hdr_sz;
assert(cl >= 0);
- if (http->out.offset < cl + hs)
+ if (http->out.offset < cl)
return 1;
return 0;
}