Read response data. If data is available immediately copy up to
|bytes_to_read| bytes into |data_out|, set |bytes_read| to the number of
bytes copied, and return true (1). To read the data at a later time set
|bytes_read| to 0, return true (1) and call cef_callback_t::cont() when
the data is available. To indicate response completion return false (0).
WARNING: This function is deprecated. Use Skip and Read instead.
Read response data. If data is available immediately copy up to |bytes_to_read| bytes into |data_out|, set |bytes_read| to the number of bytes copied, and return true (1). To read the data at a later time set |bytes_read| to 0, return true (1) and call cef_callback_t::cont() when the data is available. To indicate response completion return false (0).
WARNING: This function is deprecated. Use Skip and Read instead.