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: projectodd/wunderboss
base: f559abbe9778
Choose a base ref
...
head repository: projectodd/wunderboss
compare: 1ce25d325806
Choose a head ref
  • 2 commits
  • 16 files changed
  • 1 contributor

Commits on Jan 14, 2015

  1. Async stream and websocket support.

    This provides a common set of interfaces for http streams and
    websockets.
    tobias committed Jan 14, 2015
    Copy the full SHA
    5ed2326 View commit details
    Browse the repository at this point in the history
  2. Don't use the classname as the fallback servlet name.

    This prevents registering multiple servlets from Immutant, since they
    end up with the same name. This still supports the SERVLET_NAME option,
    but falls back to the old behavior (context-path as name) when
    SERVLET_NAME isn't set instead of the classname.
    tobias committed Jan 14, 2015
    Copy the full SHA
    1ce25d3 View commit details
    Browse the repository at this point in the history