enabled the http file handler to accept POST, PUT, DELETE

This commit is contained in:
2022-10-10 01:41:07 +09:00
parent 7ec3ba3ab7
commit 855e0fb88e
14 changed files with 294 additions and 217 deletions

View File

@@ -554,7 +554,7 @@ static int capture_expect (hio_htrd_t* htrd, hio_htb_pair_t* pair)
val = HIO_HTB_VPTR(pair);
while (val)
{
{
/* Expect: 100-continue is included */
if (hio_comp_bcstr(val->ptr, "100-continue", 1) == 0) htrd->re.flags |= HIO_HTRE_ATTR_EXPECT100;
val = val->next;