Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Fix Issue #110 -- Prevent infinite recursion in login code path #111

Merged
merged 2 commits into from Jan 29, 2013

Commits on Jan 28, 2013

  1. Fix Issue fluentcassandra#110 -- Prevent infinite recursion in login …

    …code path
    
    GetClient / Login have a cyclic dependency. When we fetch the client, we
    do not always want to Login -- as a result, add a boolean flag to
    indicate whether or not a login is required.
    clamanna committed Jan 28, 2013
    Copy the full SHA
    92a59f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2013

  1. Incorporate Nick's comment

    clamanna committed Jan 29, 2013
    Copy the full SHA
    b7beeb7 View commit details
    Browse the repository at this point in the history