Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mojolicious/mojo
base: 71516d120318
Choose a base ref
...
head repository: mojolicious/mojo
compare: 79de23784b01
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jan 9, 2016

  1. move client_close to channels

    note: Mojo::Transaction::WebSocket::client_close should not have been
    calling Mojo::Transaction::client_close or rather that method should
    have been in Mojo::Transaction::HTTP::client_close and a stub in its
    place in the base class pointing to client_close. This logic is now what
    is employed by this commit
    jberger committed Jan 9, 2016
    Copy the full SHA
    79de237 View commit details
    Browse the repository at this point in the history