ASPLes / nopoll

OpenSource WebSocket toolkit
http://www.aspl.es/nopoll
GNU Lesser General Public License v2.1
124 stars 74 forks source link

Do not warn about incomplete read/write operations #54

Closed jcelaya closed 6 years ago

jcelaya commented 6 years ago

Log messages about not reading or writing as much data as requested are tagged as warnings, while this is a perfectly normal situation when dealing with non-blocking sockets. This results in lots of unwanted warning messages. This commit tags them as debug messages.

francisbrosnan commented 6 years ago

Hello @jcelaya, ok, I'm merging...best regards