refactoring htts with common code pushed to http-svr.c

This commit is contained in:
2023-03-19 05:04:32 +09:00
parent e92c41a596
commit cbcc33554a
11 changed files with 528 additions and 691 deletions

View File

@@ -1110,7 +1110,7 @@ free_device:
HIO_DEBUG1 (hio, "MIO - Unset ZOMBIE on device %p\n", dev);
}
HIO_DEBUG1 (hio, "MIO - Freeing device %p\n", dev);
HIO_DEBUG1 (hio, "MIO - Freeed device %p\n", dev);
hio_freemem (hio, dev);
return 0;
}