mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
parent
245d1b0de4
commit
71b1bcfac5
3 changed files with 0 additions and 9 deletions
|
@ -1049,9 +1049,6 @@ func (o *Options) GetQPS() float64 {
|
|||
// GetCodecType gets a codec type.
|
||||
func (o *Options) GetCodecType() CodecType {
|
||||
if o.CodecType == CodecTypeUnset {
|
||||
if IsAll(o.Services) {
|
||||
return CodecTypeHTTP1
|
||||
}
|
||||
return CodecTypeAuto
|
||||
}
|
||||
return o.CodecType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue