You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/05/06 16:30:58 UTC

[couchdb-mochiweb] branch main updated (fce80ef -> 53114ba)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git


    from fce80ef  Merge pull request #238 from nickva/use-shutdown-for-process-exits
     new 22032de  Set minimum OTP to 18
     new 5e47b28  A bit more cleanup for R15 emsgsize workaround
     new 1bbae50  Attempt to fix CI with latest ESL packages for each major version
     new 73f9244  Merge pull request #240 from nickva/remove-erlang-version-less-than-18
     new 83fd22d  Merge pull request #239 from mochi/minimum-otp-18
     new 077b4f8  Handle {shutdown, Error} when recycling acceptor pids
     new 53114ba  Merge pull request #242 from nickva/acceptor-fix-recycler-error-reporting

The 631 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:
 .github/workflows/ci.yml          |  8 ++------
 .travis.yml                       | 12 ------------
 CHANGES.md                        |  7 ++++++-
 README.md                         |  2 +-
 rebar.config                      | 11 +++--------
 src/mochijson2.erl                | 23 +---------------------
 src/mochiweb.app.src              |  2 +-
 src/mochiweb_http.erl             | 41 +++++++--------------------------------
 src/mochiweb_session.erl          | 21 --------------------
 src/mochiweb_socket_server.erl    |  2 ++
 src/mochiweb_util.erl             |  5 -----
 test/mochiweb_base64url_tests.erl |  7 +------
 test/mochiweb_http_tests.erl      | 13 ++-----------
 test/mochiweb_test_util.erl       |  5 -----
 14 files changed, 26 insertions(+), 133 deletions(-)
 delete mode 100644 .travis.yml