refactored code in http-txt.c

This commit is contained in:
2023-03-29 01:24:20 +09:00
parent 27feacf4d4
commit 0f910de1a6
7 changed files with 152 additions and 120 deletions

View File

@ -891,7 +891,7 @@ int hio_svc_htts_dofile (hio_svc_htts_t* htts, hio_dev_sck_t* csck, hio_htre_t*
bind_task_to_client (file, csck);
if (hio_svc_htts_task_handleexpect100(file, options) <= -1) goto oops;
if (hio_svc_htts_task_handleexpect100(file) <= -1) goto oops;
if (setup_for_content_length(file, req) <= -1) goto oops;
if (bind_task_to_peer(file, req, actual_file, mime_type) <= -1) goto oops;