pkg/websocket
JUN JIE NAN 27b3dc39ad Fixed knative activator handshake timeout issue (#836)
The original handshake timeout is too short to dial connection
successfully under some situation. So the activator pod can not be
active. And the log message just say "Failed to send ping message to
ws://autoscaler.knative-serving.svc.cluster.local:8080", not easy to
figure out what's the problem underneeth.

The fix switch to websocket default dial, so the default handle shake
time is 45 seconds, and once dial error found, the error will be
reported as error.
2019-11-18 23:19:07 -08:00
..
OWNERS Add OWNERS to the websocket which was missing before. (#754) 2019-10-09 11:32:13 -07:00
connection.go Fixed knative activator handshake timeout issue (#836) 2019-11-18 23:19:07 -08:00
connection_test.go Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
hijack.go Helper to call Hijack on a http.ResponseWriter if possible. (#281) 2019-02-15 13:13:44 -08:00
hijack_test.go Helper to call Hijack on a http.ResponseWriter if possible. (#281) 2019-02-15 13:13:44 -08:00