Skip to content

Commit

Permalink
Fix regression in the client
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 17, 2024
1 parent 62f6fa1 commit 903f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge-http/src/io/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ where
let needs_close = if self.response_mut().is_ok() {
self.complete_response().await?
} else {
true
false
};

Result::<_, Error<T::Error>>::Ok(needs_close)
Expand Down

0 comments on commit 903f86a

Please sign in to comment.