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 04eba48 Merge pull request #234 from
noahshaw11/add-unquote-path-for-separate-+-encoding
new e9eb2f1 Rename master to main
new e3cdf58 Attempt to automate hex publish
new 835b107 Merge pull request #235 from mochi/automate-hex-publish
new d4f8da2 Fix typos
new c724c3a Merge pull request #237 from kianmeng/fix-typos
new e56a4dc Use {shutdown, Error} when terminating connection processes
new 5d51075 Update changes log about the potential exit(normal)
incompatibility
new fce80ef Merge pull request #238 from
nickva/use-shutdown-for-process-exits
The 624 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/release.yml | 17 ++++++++++++
.gitignore | 1 +
CHANGES.md | 18 +++++++++++++
examples/hmac_api/README | 2 +-
examples/hmac_api/hmac_api_lib.erl | 2 +-
src/mochiweb.app.src | 2 +-
src/mochiweb_acceptor.erl | 2 +-
src/mochiweb_http.erl | 22 +++++++--------
src/mochiweb_request.erl | 12 ++++-----
src/mochiweb_session.erl | 2 +-
src/mochiweb_socket.erl | 8 +++---
src/mochiweb_util.erl | 2 +-
src/mochiweb_websocket.erl | 36 ++++++++++++-------------
support/templates/mochiwebapp_skel/rebar.config | 2 +-
test/mochiweb_websocket_tests.erl | 2 +-
15 files changed, 83 insertions(+), 47 deletions(-)
create mode 100644 .github/workflows/release.yml