mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd::server: Simplify condition using named statement.
This commit is contained in:
parent
474b87e300
commit
2d6ae9fd78
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue