• Leonard Hecker's avatar
    proxy: Fixed #1484, websockets with h2 disabled (#1488) · 5a41e8bc
    Leonard Hecker authored
    * Fixed #1484
    
    Fixed a nil pointer runtime error in newConnHijackerTransport,
    where the access to the TLSClientConfig did not check for nil values.
    
    * Minor improvement to UseInsecureTransport
    
    This prevents overwriting a possibly preexisting TLSClientConfig,
    even though only a single field should be changed.
    5a41e8bc
reverseproxy.go 17.1 KB