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
something like bool has_data_to_read(). Alternatively, something like size_t try_read() that will return 0 if there is no data to read at the moment?
The text was updated successfully, but these errors were encountered:
AmitBlokBox
changed the title
In coro_http, is it possible to check if there data to read withour reading it?
In coro_http, is it possible to check if there data to read without reading it?
Dec 18, 2024
something like
bool has_data_to_read()
. Alternatively, something likesize_t try_read()
that will return 0 if there is no data to read at the moment?The text was updated successfully, but these errors were encountered: