proxy : add HTTP endpoint support (#13)

proxy : Add HTTP (insecure) endpoint support, closes #11.

* Fix typos
* Fixed additional typos and an ineffectual assignment
* Update route configuration in docs
This commit is contained in:
Bobby 2019-01-15 15:06:16 -08:00 committed by GitHub
parent 56c89e8653
commit 0766725ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 21 deletions

View file

@ -157,7 +157,7 @@ type Breaker struct {
onStateChange StateChangeHook
onBackoff BackoffHook
// used primarly for mocking tests
// used primarily for mocking tests
clock clock.Clock
mutex sync.Mutex