Ticket #9723: read_until.patch
File read_until.patch, 390 bytes (added by , 9 years ago) |
---|
-
boost/asio/impl/read_until.hpp
old new 410 410 } 411 411 412 412 // Check if we're done. 413 if ( !start &&bytes_to_read == 0)413 if (bytes_to_read == 0) 414 414 break; 415 415 416 416 // Start a new asynchronous read operation to obtain more data.