k3s/pkg/util/httpstream/spdy
Andy Goldstein 01b33ec330 Close streams with Reset instead of Close when closing streaming connections
This ensures that the call to close the underlying streaming connection will execute immediately,
instead of waiting for all streams to gracefully shut down.
2016-03-11 11:28:08 -05:00
..
connection.go Close streams with Reset instead of Close when closing streaming connections 2016-03-11 11:28:08 -05:00
connection_test.go Close streams with Reset instead of Close when closing streaming connections 2016-03-11 11:28:08 -05:00
roundtripper.go SPDY roundtripper support to proxy with Basic auth 2016-02-25 15:54:50 -03:00
roundtripper_test.go SPDY roundtripper support to proxy with Basic auth 2016-02-25 15:54:50 -03:00
upgrade.go Replace runtime reference by pkg 2016-02-01 21:06:44 +08:00
upgrade_test.go Comment out calls to httptest.Server.Close() to work around 2016-01-11 23:02:11 -08:00