wrote some code for http proxy support - not complete

This commit is contained in:
2023-03-30 15:34:32 +09:00
parent 0f910de1a6
commit 50df17b410
9 changed files with 1057 additions and 45 deletions

View File

@ -118,8 +118,6 @@ static int txt_client_htrd_poke (hio_htrd_t* htrd, hio_htre_t* req)
hio_svc_htts_cli_t* cli = hio_dev_sck_getxtn(sck);
txt_t* txt = (txt_t*)cli->task;
/*printf (">> CLIENT REQUEST COMPLETED\n");*/
txt_mark_over (txt, TXT_OVER_READ_FROM_CLIENT);
return 0;
}