0
0
Fork 0
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:
Jason Volk 2019-07-29 16:13:34 -07:00
parent 2b694d2c59
commit f106bf3e61

View file

@ -309,7 +309,7 @@ const
if(!closure(*it->second))
continue;
len = strlcat(buf, " ");
len = strlcat(buf, ", ");
len = strlcat(buf, it->first);
}
}