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: AsyncHttpClient/async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: deanhiller/async-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 109 files changed
  • 1 contributor

Commits on Jan 4, 2013

  1. Configuration menu
    Copy the full SHA
    fd77051 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2013

  1. Configuration menu
    Copy the full SHA
    c18d41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adac7e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef95f02 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2013

  1. small tweaks to the pool to make it a bit better.....move releaseConn…

    …ection to the Connection instead of the pool since the connection is what is passed around in clients anyways(this is like alot of the jdbc apis anyways.....createConnection on the pool and call release on the actual connection.
    nrelbuilder committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    4cd7cca View commit details
    Browse the repository at this point in the history
  2. fix compile break

    nrelbuilder committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    d616c08 View commit details
    Browse the repository at this point in the history
Loading