mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update CHANGELOG
This commit is contained in:
parent
76cd1e40c9
commit
c4858d948e
1 changed files with 6 additions and 0 deletions
|
@ -64,10 +64,16 @@ next
|
||||||
* max_header_name_length, defaults to 64 bytes
|
* max_header_name_length, defaults to 64 bytes
|
||||||
* max_header_value_length, defaults to 4096 bytes
|
* max_header_value_length, defaults to 4096 bytes
|
||||||
|
|
||||||
|
* Add max_headers option, limiting the number of headers; defaults to 100
|
||||||
|
|
||||||
* Use -callback in behaviours
|
* Use -callback in behaviours
|
||||||
|
|
||||||
* Add cowboy_protocol:onrequest_fun/0 and :onresponse_fun/0 types
|
* Add cowboy_protocol:onrequest_fun/0 and :onresponse_fun/0 types
|
||||||
|
|
||||||
|
* Add the body data to onresponse_fun/0 callback
|
||||||
|
|
||||||
|
* Remove the urldecode cowboy_protocol option
|
||||||
|
|
||||||
* Isolate multipart from body reading to fix an issue
|
* Isolate multipart from body reading to fix an issue
|
||||||
|
|
||||||
* Change a websocket error from {error, protocol} to {error, badframe}
|
* Change a websocket error from {error, protocol} to {error, badframe}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue