forked from couchbase/gocb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GOCBC-102: Ensure config is validated for HTTP bootstrap.
Previously, config's received via HTTP bootstrapping were not properly validated before being activated as the client's initial configuration. This caused newly created buckets with no vbuckets to be activated and subsequently crash the client. Change-Id: I25a3c7e8959ed4ed0b91d322e7939faecf128d26 Reviewed-on: http://review.couchbase.org/62569 Reviewed-by: Mark Nunberg <mark.nunberg@couchbase.com> Tested-by: Brett Lawson <brett19@gmail.com>
- Loading branch information
Showing
2 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters