/*
- * $Id: client_side.cc,v 1.453 1999/05/10 19:43:36 wessels Exp $
+ * $Id: client_side.cc,v 1.454 1999/05/10 19:45:55 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
if (request->body_sz < cont_len)
commSetSelect(fd, COMM_SELECT_READ, NULL, NULL, 0);
if (cont_len > Config.maxRequestBodySize) {
- err = errorCon(ERR_INVALID_REQ,
- HTTP_REQUEST_ENTITY_TOO_LARGE);
+ err = errorCon(ERR_TOO_BIG, HTTP_REQUEST_ENTITY_TOO_LARGE);
err->request = requestLink(request);
http->entry = clientCreateStoreEntry(http,
METHOD_NONE, null_request_flags);