Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
fix: Remove inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed May 2, 2024
1 parent bf72a0c commit 1aa8913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hook-worker/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub async fn first_n_bytes_of_response(

while let Some(chunk) = body.next().await {
if buffer.len() >= n {
// Early return before reading next chunk.
break;
}

Expand Down

0 comments on commit 1aa8913

Please sign in to comment.