]> git.sesse.net Git - vlc/commit
Don't print an error message when attempting to recv returns EAGAIN
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 9 May 2005 19:01:25 +0000 (19:01 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 9 May 2005 19:01:25 +0000 (19:01 +0000)
commit9384f8b2eb38b5a8acaeb9eaff62059f6baa3735
tree43faceb1c06483b0fe7dc39f9322d404f1c09cbd
parentf34b83de1df7bd2eb9544f09e5eb63529207e219
Don't print an error message when attempting to recv returns EAGAIN
(can only happens if we're using SSL and it is a not an error situation)
src/misc/net.c