set default codec type to auto/http1 (#2839)

This commit is contained in:
Denis Mishin 2021-12-21 13:26:07 -05:00 committed by GitHub
parent 70e0e866fc
commit 6b592afd3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -312,6 +312,7 @@ var defaultOptions = Options{
Services: "all",
CookieHTTPOnly: true,
CookieSecure: true,
CodecType: CodecTypeAuto,
CookieExpire: 14 * time.Hour,
CookieName: "_pomerium",
DefaultUpstreamTimeout: 30 * time.Second,