Otherwise it behaves inconsistently between hdr->use_full_value=TRUE/FALSE.
--HG--
branch : HEAD
}
line->full_value = buffer_get_data(ctx->value_buf,
&line->full_value_len);
- line->value = line->full_value + value_pos;
} else {
/* we didn't want full_value, and this is a continued line. */
line->full_value = NULL;
MESSAGE_HEADER_PARSER_FLAG_SKIP_INITIAL_LWSP = 0x01,
/* Don't add CRs to full_value even if input had them */
MESSAGE_HEADER_PARSER_FLAG_DROP_CR = 0x02,
- /* Convert [CR+]LF+LWSP to a space character */
+ /* Convert [CR+]LF+LWSP to a space character in full_value */
MESSAGE_HEADER_PARSER_FLAG_CLEAN_ONELINE = 0x04
};