0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd::server: Simplify condition using named statement.

This commit is contained in:
Jason Volk 2019-12-31 12:37:13 -08:00
parent 474b87e300
commit 2d6ae9fd78

View file

@ -3693,7 +3693,7 @@ const
state.status == (http::code)0?
make_read_head_buffer():
chunk_header_mode && null(request->in.content)?
chunk_dynamic_header_mode?
make_read_chunk_dynamic_head_buffer():
chunk_header_mode?