Skip to content

Commit

Permalink
Removes incorrect comment declaring viaduct not safe for binary bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Eshaq committed Sep 27, 2023
1 parent 235e3d8 commit d9efd1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/viaduct/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ pub struct Response {
pub status: u16,
/// The headers returned with this response.
pub headers: Headers,
/// The body of the response. Note that responses with binary bodies are
/// currently unsupported.
/// The body of the response.
pub body: Vec<u8>,
}

Expand Down

0 comments on commit d9efd1e

Please sign in to comment.