Tiago Medicci Serrano 3a1893ba7e nxplayer: read file completely until 0 bytes are returned
Previously, if the read bytes were less than the requested, the
file was closed immediately. This behavior, however, does not
consider the fact that the read operation may be blocking when
no bytes are available at the moment. That is true for a named pipe
(FIFO), for instance. Thus, reading it again lets to the underlying
file system the decision of 1) blocking until bytes become
available or 2) return 0 immediately (the case for actual files) or
3) read available bytes.
2023-03-21 07:51:18 +09:00
..
2023-02-22 23:09:55 +08:00
2023-03-17 12:08:04 -03:00
2021-06-11 02:42:05 -05:00
2022-09-27 19:39:31 +08:00
2023-02-22 23:09:55 +08:00
2023-02-08 00:35:39 +08:00
2021-06-11 02:42:05 -05:00
2021-06-16 09:03:06 -05:00
2023-01-05 21:42:15 +08:00
2021-06-11 02:42:05 -05:00
2023-03-08 19:47:53 +08:00
2022-01-16 08:07:47 +01:00
2023-02-23 17:21:19 +08:00
2023-03-19 14:53:44 -06:00