#49 closed defect (fixed)
Bug in select() ioqueue: the recv() flag is not used
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10 |
Component: | pjlib | Version: | 0.5.9 |
Keywords: | ioqueue | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
When socket is signaled for readability, recv()/recvfrom is called with flags set to zero. It should use the flags as specified when ioqueue_recv()/ioqueue_recvfrom() was called.
Change History (2)
comment:1 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 18 years ago by bennylp
Also see r860.
Note: See
TracTickets for help on using
tickets.
Fixed in r859.