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: ed6d139f31fc
Choose a base ref
...
head repository: mojolicious/mojo
compare: c2f420bd2525
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 10, 2016

  1. Fix incorrect use of 'length' instead of 'defined'

    The $server variable contains either an object or undef. Using 'defined'
    instead of 'length' is the right thing.
    
    This issue was discovered because perl 5.10.1 triggers a "Use of
    uninitialized value $server in length" warning when
    t/mojo/websocket_proxy.t runs.
    dolmen committed Aug 10, 2016
    Copy the full SHA
    7a9df10 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Merge pull request #986 from dolmen/fix/perl5.10-warning

    websocket_proxy.t: fix warning on perl 5.10.1
    jberger committed Aug 12, 2016
    Copy the full SHA
    c2f420b View commit details
    Browse the repository at this point in the history