mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-21 06:19:08 +00:00
Fix typo in comment (#178)
This commit is contained in:
parent
bac54ec56c
commit
51de01854b
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
|
||||
// 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
|
||||
|
|
Loading…
Add table
Reference in a new issue