mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd::resource: Fix HTTP method list delimiting.
This commit is contained in:
parent
2b694d2c59
commit
f106bf3e61
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ const
|
|||
if(!closure(*it->second))
|
||||
continue;
|
||||
|
||||
len = strlcat(buf, " ");
|
||||
len = strlcat(buf, ", ");
|
||||
len = strlcat(buf, it->first);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue