mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Cowboy 2.12.0
This commit is contained in:
parent
f7956a0f44
commit
3ea8395eb8
5 changed files with 23 additions and 6 deletions
|
@ -75,6 +75,8 @@ include::performance.asciidoc[Performance]
|
|||
|
||||
= Additional information
|
||||
|
||||
include::migrating_from_2.11.asciidoc[Migrating from Cowboy 2.11 to 2.12]
|
||||
|
||||
include::migrating_from_2.10.asciidoc[Migrating from Cowboy 2.10 to 2.11]
|
||||
|
||||
include::migrating_from_2.9.asciidoc[Migrating from Cowboy 2.9 to 2.10]
|
||||
|
|
15
doc/src/guide/migrating_from_2.11.asciidoc
Normal file
15
doc/src/guide/migrating_from_2.11.asciidoc
Normal file
|
@ -0,0 +1,15 @@
|
|||
[appendix]
|
||||
== Migrating from Cowboy 2.11 to 2.12
|
||||
|
||||
Cowboy 2.12 contains a small security improvement for
|
||||
the HTTP/2 protocol.
|
||||
|
||||
Cowboy 2.12 requires Erlang/OTP 24.0 or greater.
|
||||
|
||||
=== Features added
|
||||
|
||||
* A new HTTP/2 option `max_fragmented_header_block_size` has
|
||||
been added to limit the size of header blocks that are
|
||||
sent over multiple HEADERS and CONTINUATION frames.
|
||||
|
||||
* Update Cowlib to 2.13.0.
|
Loading…
Add table
Add a link
Reference in a new issue