Navigation Menu

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: droonga/express-droonga
base: 4543f1fb21f2
Choose a base ref
...
head repository: droonga/express-droonga
compare: a4f348bdba75
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 7, 2014

  1. Fix a bug that server process is died on engine connection error

    "error" message is special in EventEmitter. If there is no handler
    for "error" message, node.js is aborted.
    
    This change adds "error" message handler. It returns an error response
    to clients.
    kou committed Apr 7, 2014
    Copy the full SHA
    a4f348b View commit details
    Browse the repository at this point in the history