diff --git a/src/parser.c b/src/parser.c index 43cdffc..6881c45 100644 --- a/src/parser.c +++ b/src/parser.c @@ -209,6 +209,11 @@ state->is_header = 1; memset(state->b_body, 0, BIGBUFSIZE); state->bodylen = 0; + + if(sdata->import == 1){ + sdata->sent = 0; + } + } if(take_into_pieces == 1){