Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7093 → Rev 7094

/programs/develop/libraries/http/http_en.txt
72,5 → 72,5
This, for example, can be used when downloading a file straight to disk.
 
FLAG_BLOCK will make receive() function blocking. This is only to be used when receiving one file from a thread that has no other work.
If however, you want to receive multiple files, or do other things in the program mainloop,
you should use system function 10 or 23 to wait for network event before calling one or more receive() functions.
If however, you want to receive multiple files, or do other things in the program mainloop, you should call the receive function periodically.
You may use system function 10 or 23 to wait for network event before calling one or more receive() functions.