This is an automated email from the ASF dual-hosted git repository.
nickva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-gun.git
omit fd27324 use ASF mirror for cowlib 2.17.1
add 5a2f77e Don't send server_max_window_bits=15, it's the default
add e7af4a9 Add compat Websocket compression option
add 40e7ec1 Update Erlang.mk
add c269fcb Reactivate socket when a response ends
add 2418095 Add HTTP/2 max_headers option to types and documentation
add 5e0c66c Gun 2.5.0
add 59e11ae Fix CTL cookie tests following stricter parsing
new 0b6bc62 Tweaks before publishing package
new 7e7cc8f use ASF mirror for cowlib 2.17.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fd27324)
\
N -- N -- N refs/heads/master (7e7cc8f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 10 ++--
README.asciidoc | 4 +-
doc/src/guide/book.asciidoc | 2 +-
doc/src/guide/migrating_from_2.4.asciidoc | 28 ++++++++--
doc/src/manual/gun.asciidoc | 9 +++-
doc/src/manual/gun.ws_upgrade.asciidoc | 2 +-
ebin/gun.app | 2 +-
erlang.mk | 90 +++++++++++++++----------------
rebar.config | 2 +-
src/gun.erl | 3 +-
src/gun_http.erl | 43 ++++++++++-----
src/gun_http2.erl | 6 ++-
src/gun_ws.erl | 2 +
test/flow_SUITE.erl | 56 +++++++++++++++++++
test/rfc6265bis_SUITE.erl | 9 ++--
15 files changed, 185 insertions(+), 83 deletions(-)