*
* Hence, we skip body setup here
*/
- if (parser->content_length != ULLONG_MAX && parser->content_length != 0) {
+ if (parser->content_length != ULLONG_MAX && parser->content_length != 0 &&
+ msg->method != HTTP_HEAD) {
if (conn->max_size > 0 &&
parser->content_length > conn->max_size) {
/* Too large message */
if (msg->code == 200) {
if (cbd->check) {
+ msg_info_map ("need to reread map from %s", cbd->bk->uri);
cbd->periodic->need_modify = TRUE;
/* Reset the whole chain */
cbd->periodic->cur_backend = 0;