mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 01:26:58 +01:00
ircd: Minor formatting.
This commit is contained in:
parent
72317c07c3
commit
e4d1005965
1 changed files with 4 additions and 4 deletions
|
@ -277,10 +277,10 @@ ircd::http::request::request(stream_buffer &out,
|
|||
return fmt::sprintf
|
||||
{
|
||||
out, "%s /%s%s%s HTTP/1.1",
|
||||
method,
|
||||
path,
|
||||
query.empty()? "" : "?",
|
||||
query.empty()? "" : query
|
||||
method,
|
||||
path,
|
||||
query.empty()? "" : "?",
|
||||
query.empty()? "" : query
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue