Skip to content

Commit

Permalink
Add api.yaml entry for GH #909 Socket.read(>512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jan 9, 2013
1 parent d265b1d commit c348a0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api.yaml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -649,3 +649,11 @@
- 'library' - 'library'
- 'experimental' - 'experimental'
ticket: 'https://github.com/parrot/parrot/issues/302' ticket: 'https://github.com/parrot/parrot/issues/302'
-
name : 'Socket.read(nb) with nb > 512'
eligible : '4.8'
note :
The Socket .read method with an nb argument greater than the current SO_RCVBUF buffer size (typically 512) will since 4.8 behave like POSIX read() and recv(), returning only up to nb bytes. You need to loop until the wanted number of bytes is received.'
tags :
- api
ticket : 'https://github.com/parrot/parrot/issues/909'

0 comments on commit c348a0c

Please sign in to comment.