diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2019-01-22 11:02:34 -0500 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2019-01-22 17:26:11 -0500 |
commit | a1a1dac055d77c41952d89454c55666c07ec2aaa (patch) | |
tree | 414279adedc8575e764ed08505817616b292ee51 /rebar.config.script | |
parent | 00ce1c1610507caecf0a02e2301f4a6b91379c37 (diff) | |
download | couchdb-a1a1dac055d77c41952d89454c55666c07ec2aaa.tar.gz |
Update to mochiweb 2.19.0
It has a fix to revert user socket buffer size to 8192 and also
allow setting this buffer values directly (not necessarily
via {recbuf, ...}).
Fixes #1810
Warning:
2.19.0 blacklists a series of OTP releases: 21.2, 21.2.1, 21.2.2
This is done via a runtime check of the ssl application version.
The blacklist seems valid as there is a bug which prevents data from
being delivered on TSL sockets. That could affect either CouchDB
server side (chttpd) or replication client side (ibrowse).
Diffstat (limited to 'rebar.config.script')
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 019e6f182..c82049e44 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -65,7 +65,7 @@ DepDescs = [ {hyper, "hyper", {tag, "CouchDB-2.2.0-4"}}, {ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}}, {jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}}, -{mochiweb, "mochiweb", {tag, "CouchDB-v2.18.0-1"}}, +{mochiweb, "mochiweb", {tag, "v2.19.0"}}, {meck, "meck", {tag, "0.8.8"}} ], |