On Mar 20, 4:00 pm, Eric Lambert <[email protected]> wrote: > The problem appears to be due to the fact that the complete_nread() function > does not handle the udp protocol > (c->protocol == ascii_udp_protocol). See proposed fix and test attached. > > FWIW, glancing at the code suggest that there is no support for any UDP > operations using binary protocol. Will create a > test and file a bug as appropriate
I saw the bug before I saw this message. I got your test integrated and wrote a fix that is just about exactly what you wrote. I committed it with you as the author since you did all the hard work anyway. :)
