mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 22:09:09 +00:00
Fix typo in comment
This commit is contained in:
parent
bac54ec56c
commit
69d4cb1738
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue