
31 Mar
2008
31 Mar
'08
4:47 a.m.
Hello, I'm creating a server using boost:asio and am receiving data that ends with a \0 char (from flash sockets if you're curious) async_read_until seems to not like this as the delimiter. (If I switch to a diff delim like \r\n it works fine) How can I get async_read_until to work properly? thanks, billy