SOCKET_receive, return immediately when there is no data and SS_CANTRECVMORE is set.

Downloader: make better use of blocking sockets.

git-svn-id: svn://kolibrios.org@3737 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2013-06-30 23:08:53 +00:00
parent 27d4f503b4
commit e3b7958faa
4 changed files with 6 additions and 14 deletions

View File

@@ -190,7 +190,7 @@ TCP_close:
;;; TODO: update slow start threshold
call SOCKET_is_disconnected
call SOCKET_free
;; call SOCKET_free
ret