diff options
-rw-r--r-- | fhp.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -642,7 +642,9 @@ retry: CASE_OWS_CHARS // ows-fold - // add to buffer + // add space to buffer + // folding to ' ', as per RFC7230 3.2.4 + // https://tools.ietf.org/html/rfc7230#section-3.2.4 if (!fhp_buf_push(fhp, FHP_TOKEN_HEADER_VALUE_FRAGMENT, ' ')) return FHP_ERR_CB; |