diff options
author | getong <[email protected]> | 2018-09-22 16:01:27 +0800 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-09-23 14:24:37 +0200 |
commit | 4493afbba0b4941117472f235c5fe152e75977da (patch) | |
tree | 524cb2adc9b6ff23284951d97bd5c739c9134ba2 /doc/src/guide/migrating_from_2.4.asciidoc | |
parent | 86cb105679ff80214bfc9d979afa27b1eb747307 (diff) | |
download | cowboy-4493afbba0b4941117472f235c5fe152e75977da.tar.gz cowboy-4493afbba0b4941117472f235c5fe152e75977da.tar.bz2 cowboy-4493afbba0b4941117472f235c5fe152e75977da.zip |
Update Ranch to 1.6.2
Diffstat (limited to 'doc/src/guide/migrating_from_2.4.asciidoc')
-rw-r--r-- | doc/src/guide/migrating_from_2.4.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/migrating_from_2.4.asciidoc b/doc/src/guide/migrating_from_2.4.asciidoc index 1e2c2e6..3cdeaa5 100644 --- a/doc/src/guide/migrating_from_2.4.asciidoc +++ b/doc/src/guide/migrating_from_2.4.asciidoc @@ -19,7 +19,7 @@ also been worked on. simply pass the content-length header with the expected size when initiating the streamed response. -* Update Ranch to 1.6.1 +* Update Ranch to 1.6.2 * Update Cowlib to 2.6.0 |