Fix typo in comment

This commit is contained in:
Mostafa Kazemi 2025-01-02 23:50:16 +03:30 committed by GitHub
parent bac54ec56c
commit 69d4cb1738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -252,7 +252,7 @@ impl HttpConnection {
} }
// The HTTP/1.1 expected to be keep alive waiting for the next frame so, we must // 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) // [RFC-9112](https://datatracker.ietf.org/doc/html/rfc9112#body.content-length)
// Transfer-Encoding isn't supported yet // Transfer-Encoding isn't supported yet