Skip to content

Commit

Permalink
Get rid of EV_EOF message in Kqueue demuxer.
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Nov 6, 2017
1 parent 9348fe1 commit 92b26a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/demux/kqueue/demux_kqueue_demuxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,11 @@ kqueue_demuxer::get_evts(bool poll)
if(ev.flags & EV_EOF)
{
// errno in fflags!
/* this isn't actually an error, just a transient eof ??
fprintf(stderr,
"got EV_EOF on read, %i bytes remain in buffer, errno=%i\n",
(int)ev.data, ev.fflags);
*/
}
// fprintf(stderr,"EVFILT_READ: got %i bytes coming\n", (int)ev.data);
// remove_reading_fd(s); // now useing EV_ONESHOT
Expand Down

0 comments on commit 92b26a8

Please sign in to comment.