Skip to content

Update to mochiweb 2.19.0#1870

Merged
nickva merged 1 commit intomasterfrom
fix-lower-buffer-crash
Jan 22, 2019
Merged

Update to mochiweb 2.19.0#1870
nickva merged 1 commit intomasterfrom
fix-lower-buffer-crash

Conversation

@nickva
Copy link
Copy Markdown
Contributor

@nickva nickva commented Jan 22, 2019

It has a fix to revert user socket buffer size to 8192 and also
allow setting this buffer values directly (not necessarily
via {recbuf, ...}).

Added test to ensure recbuf and buffer setting work as expected.

Fixes #1810

2.19.0 also blacklists a serias of OTP releases: 21.2, 21.2.1, 21.2.2

@nickva nickva force-pushed the fix-lower-buffer-crash branch from a6991a1 to 2e1af10 Compare January 22, 2019 16:18
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).
@nickva nickva force-pushed the fix-lower-buffer-crash branch from 2e1af10 to 18f508f Compare January 22, 2019 16:53
@wohali
Copy link
Copy Markdown
Member

wohali commented Jan 22, 2019

+1, PR to blacklist to follow

@nickva nickva merged commit a1a1dac into master Jan 22, 2019
@nickva nickva deleted the fix-lower-buffer-crash branch January 22, 2019 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Requests return 400 Bad Request when URL length exceeds 1460 characters

2 participants