mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
httputil: fix SPDY support with reverse proxy (#2134)
This commit is contained in:
parent
9d0baad136
commit
b3216ae854
4 changed files with 23 additions and 3 deletions
|
@ -53,7 +53,7 @@ func TestPolicyHTTPTransport(t *testing.T) {
|
|||
defer s.Close()
|
||||
|
||||
get := func(options *Options, policy *Policy) (*http.Response, error) {
|
||||
transport := NewPolicyHTTPTransport(options, policy)
|
||||
transport := NewPolicyHTTPTransport(options, policy, false)
|
||||
client := &http.Client{
|
||||
Transport: transport,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue