mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
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:
parent
56c89e8653
commit
0766725ff8
10 changed files with 17 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue