Willy Tarreau d46b5b94f0 BUILD: htx: use the unchecked version of htx_get_head_blk() where needed
stream.c and mux_fcgi.c may cause a warning for a possible NULL deref
at -Os, while that is not possible thanks to the previous test. Let's
just switch to __htx_get_head_blk() instead.
2022-05-30 16:27:48 +02:00
..
2021-11-08 12:08:26 +01:00
2022-04-22 15:45:47 +02:00
2022-05-18 15:30:13 +02:00