From: Billy Chasen (billy.chasen_at_[hidden])
Date: 2008-03-31 00:47:52


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