cronet size truncated from 64-bit to 32-bit silently |
|
Issue description
I believe this call to ReadData() loses the top 32-bits of the buffer size.
Cronet_RESULT Cronet_UrlRequestImpl::Read(Cronet_BufferPtr buffer) {
...
if (request_->ReadData(io_buffer, Cronet_Buffer_GetSize(buffer)))
|
|
►
Sign in to add a comment |
|