Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Jun 15, 2024
1 parent e087175 commit 15b58ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pingora-proxy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ impl Session {
resp: &ResponseHeader,
end_of_stream: bool,
) -> Result<(), Box<Error>> {
self.write_response_header(Box::new(resp.clone()), end_of_stream).await
self.write_response_header(Box::new(resp.clone()), end_of_stream)
.await
}

/// Write the given HTTP response body chunk to the downstream
Expand Down

0 comments on commit 15b58ea

Please sign in to comment.