Mostafa Kazemi
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/http.rs
|
|
|
@ -252,7 +252,7 @@ impl HttpConnection { |
|
|
|
} |
|
|
|
|
|
|
|
// The HTTP/1.1 expected to be keep alive waiting for the next frame so, we must
|
|
|
|
// compute the lenght of the response in order to detect the next frame (response)
|
|
|
|
// compute the length of the response in order to detect the next frame (response)
|
|
|
|
// [RFC-9112](https://datatracker.ietf.org/doc/html/rfc9112#body.content-length)
|
|
|
|
|
|
|
|
// Transfer-Encoding isn't supported yet
|
|
|
|
|