mirror of
https://github.com/matrix-construct/construct
synced 2025-03-14 05:20:17 +01:00
ircd::rfc1459: Adjust grammar to allow 'empty message' of "\r\n"
This commit is contained in:
parent
9275429ee1
commit
cead127c73
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ rfc1459::parser<it>::parser()
|
|||
}
|
||||
,frame // A message frame
|
||||
{
|
||||
eps > (-(prefix >> +space) >> command >> params >> terminator)
|
||||
eps > (-(-(prefix >> +space) >> command >> params) >> terminator)
|
||||
,"frame"
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue