Skip to content

Commit

Permalink
Merge pull request #1767 from gittywithexcitement/patch-1
Browse files Browse the repository at this point in the history
update onReceive documentation
  • Loading branch information
AndrejMitrovic committed Dec 12, 2013
2 parents 9749958 + 672b986 commit 6605724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/net/curl.d
Expand Up @@ -1818,8 +1818,8 @@ private mixin template Protocol()
* callback returns.
*
* Returns:
* The callback returns the incoming bytes read. If not the entire array is
* the request will abort.
* The callback returns the number of incoming bytes read. If the entire array is
* not read the request will abort.
* The special value .pauseRequest can be returned in order to pause the
* current request.
*
Expand Down

0 comments on commit 6605724

Please sign in to comment.