removed a wrong line in t01.c

This commit is contained in:
hyung-hwan 2020-05-26 02:17:04 +00:00
parent a987655b29
commit 1448cc16fd

View File

@ -836,8 +836,6 @@ static void on_htts_thr_request (mio_t* mio, mio_dev_thr_iopair_t* iop, mio_svc_
return;
}
fprintf (fp, "Content-Type: text/html\r\n\r\n");
fprintf (fp, "Status: 201\r\n");
fprintf (fp, "Content-Type: text/html\r\n\r\n");