0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Remove transfer-encoding parsing from cowboy_req

The header never reaches this point.
This commit is contained in:
Loïc Hoguin 2017-09-05 13:25:06 +02:00
parent d1c210b105
commit 2376983295
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
2 changed files with 0 additions and 6 deletions

View file

@ -162,8 +162,6 @@ To :: non_neg_integer() | infinity
Final :: neg_integer()
----
// @todo Remove transfer-encoding from the headers parsed by this function.
.sec-websocket-extensions
[source,erlang]
----