fixed many bugs http server code

This commit is contained in:
2022-12-26 17:03:53 +00:00
parent 56bd1af653
commit f06fe3fc4d
5 changed files with 130 additions and 69 deletions

View File

@ -5,7 +5,7 @@
test_default_index()
{
local msg="hi-webs default index.html"
local msg="hio-webs default index.html"
local srvaddr=127.0.0.1:54321
local tmpdir="/tmp/s-001.$$"
@ -39,7 +39,7 @@ EOF
test_file_list_dir()
{
local msg="hi-webs file-list-dir"
local msg="hio-webs file-list-dir"
local srvaddr=127.0.0.1:54321
local tmpdir="/tmp/s-001.$$"