Skip to content

Commit d644ecc

Browse files
committed
update
1 parent 67283ad commit d644ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pingora-core/src/protocols/http/v2/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ impl HttpSession {
388388
/// Whether there is no more body to read
389389
pub fn is_body_done(&self) -> bool {
390390
// Check no body in request
391-
// Also check we hit end of stream if request carry body.
391+
// Also check we hit end of stream
392392
self.is_body_empty() || self.request_body_reader.is_end_stream()
393393
}
394394

0 commit comments

Comments
 (0)