Browse Source

Fix typo in comment (#178)

pull/179/head
Mostafa Kazemi 1 year ago
committed by GitHub
parent
commit
51de01854b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/http.rs

2
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 // 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

Loading…
Cancel
Save