Skip to content

Commit

Permalink
fix(foundations): quic stream break
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed Aug 28, 2024
1 parent 24dccde commit 89c54d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundations/src/http/server/stream/quic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ async fn serve_request(service: &impl ServiceHandler, request: Request, mut stre
}
None => {
send.finish().await?;
break;
}
}
}
Expand Down

0 comments on commit 89c54d1

Please sign in to comment.