From 352415e1988f172721e31f15d5f7a663dab6ba1b Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Sat, 21 Jun 2014 18:31:41 +0000 Subject: [PATCH] Updated docs. git-svn-id: svn://kolibrios.org@4986 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/libraries/http/http_en.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/programs/develop/libraries/http/http_en.txt b/programs/develop/libraries/http/http_en.txt index f0c68476b..ed9f89281 100644 --- a/programs/develop/libraries/http/http_en.txt +++ b/programs/develop/libraries/http/http_en.txt @@ -40,4 +40,6 @@ The dword .status contains the status code received from the server (e.g. 200 fo In header_length you'll find the length of the header as soon as it has been received. In content_ptr you'll find a pointer to the actual content. In content_length you'll find the length of the content. -In content_received, you'll find the number of content bytes already received. \ No newline at end of file +In content_received, you'll find the number of content bytes already received. + +All procedures are non blocking! \ No newline at end of file