mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
i like safari too
This commit is contained in:
parent
da541e7330
commit
642b4a32cc
5 changed files with 5 additions and 5 deletions
|
@ -635,7 +635,7 @@ impl EpoxyClient {
|
|||
} else {
|
||||
let response_stream = if !is_null_body(response.status().as_u16()) {
|
||||
let response_body = IncomingBody::new(response.into_body()).into_async_read();
|
||||
Some(asyncread_to_readablestream(Box::pin(response_body)))
|
||||
Some(asyncread_to_readablestream(Box::pin(response_body), self.buffer_size))
|
||||
} else {
|
||||
None
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue