.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@9879 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-05-25 16:29:24 +00:00
parent 2963370f73
commit c47c168f8b

View file

@ -41,6 +41,7 @@ CONSOLE_APP_MAIN
LOG("---------------");
a.Run(callback1(Server, chunked_without_trailer));
Sleep(200);
HttpRequest r1("localhost:4000");
ASSERT(r1.GET().Execute() == "This is the data in the first chunk\r\n6and this is the second one\r\nconsequence");
a.Wait();