issues
search
farsightsec
/
nmsg
network message encapsulation library
Apache License 2.0
30
stars
8
forks
source link
Fix read() on files preventing exit on SIGINT
#156
Closed
kadealicious
closed
1 month ago
kadealicious
commented
3 months ago
In
do_read_file()
, we
poll()
the input until we have data to read, returning otherwise.
do_read_file()
, wepoll()
the input until we have data to read, returning otherwise.