mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd::http: Adjust grammar for cloudflare.
This commit is contained in:
parent
0c281f10d0
commit
85aa4bd8c6
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ namespace ircd::http::parser
|
|||
|
||||
const rule<line::response> response_line
|
||||
{
|
||||
version >> +SP >> status >> -(+SP >> reason)
|
||||
version >> +SP >> status >> -(+SP >> -reason)
|
||||
,"response line"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue