You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read and read_until, although similar, report the exceeding of the DynamicBuffer's max_size() in different ways. read throws std::invalid_argument while read_until returns error code error::not_found.
readandread_until, although similar, report the exceeding of theDynamicBuffer'smax_size()in different ways.readthrowsstd::invalid_argumentwhileread_untilreturns error codeerror::not_found.