mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00

and data is now buffered for sending and the application calls PR_Poll to poll on read, poll on write also. This way, if the socket becomes writable, the application's read attempt will send (more of) the buffered write data.