X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Ftestserver_src%2Fmain.c;h=0b787dd9eff367e86e4fa6da781ac392ca113208;hb=545c440973f9676efe7cb01edf9ec47b61023513;hp=3274174ab0a3a58190682a714231273bfe3b3d95;hpb=05ebedc80e5aab98be31a032eed5caf28944ea57;p=tpg%2Facess2.git diff --git a/Usermode/Applications/testserver_src/main.c b/Usermode/Applications/testserver_src/main.c index 3274174a..0b787dd9 100644 --- a/Usermode/Applications/testserver_src/main.c +++ b/Usermode/Applications/testserver_src/main.c @@ -50,9 +50,9 @@ int main(int argc, char *argv[]) #define RET_STR "HTTP/1.1 200 OK\r\n"\ "Content-Type: text/plain\r\n"\ - "Content-Length: 6\r\n"\ + "Content-Length: 92\r\n"\ "\r\n"\ - "Hello!" + "Acess2 Web Server

Hello World!

\r\n" write(con, sizeof(RET_STR), RET_STR);