libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit d1c4761028ba759ad81544b065ee78a4b28c8d6c
parent e080c7a65bd06a43a32da9522a63af0632a2e3e0
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Fri, 28 Aug 2026 13:07:23 +0200

HPACK: removed wrong debug assert

Diffstat:
Msrc/mhd2/h2/hpack/mhd_hpack_codec.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/mhd2/h2/hpack/mhd_hpack_codec.c b/src/mhd2/h2/hpack/mhd_hpack_codec.c @@ -6631,7 +6631,6 @@ mhd_hpack_enc_ph_status (struct mhd_HpackEncContext *restrict hk_enc, { mhd_assert ('1' <= code_str[0]); mhd_assert ('6' >= code_str[0]); - mhd_assert ('0' == code_str[1]); mhd_dtbl_new_entry (hk_enc->dyn, pf_status_str.size, pf_status_str.data,