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: 1c86c3e9f44a
Choose a base ref
...
head repository: mojolicious/mojo
compare: 9a9947fa5a30
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 18, 2014

  1. Fix verify param of Mojo::Server::Daemon::listen.

    An order of operations error was preventing
    
        $daemon->listen(['https://*:443?verify=1']);
    
    from setting SSL_verify_mode to 0x01.
    rick-delaney committed May 18, 2014
    Copy the full SHA
    c4306e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #625 from rick-delaney/SSL_verify_mode

    Fix verify param of Mojo::Server::Daemon::listen.
    kraih committed May 18, 2014
    Copy the full SHA
    9a9947f View commit details
    Browse the repository at this point in the history