We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67283ad commit d644eccCopy full SHA for d644ecc
pingora-core/src/protocols/http/v2/server.rs
@@ -388,7 +388,7 @@ impl HttpSession {
388
/// Whether there is no more body to read
389
pub fn is_body_done(&self) -> bool {
390
// Check no body in request
391
- // Also check we hit end of stream if request carry body.
+ // Also check we hit end of stream
392
self.is_body_empty() || self.request_body_reader.is_end_stream()
393
}
394
0 commit comments