mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Add streaming command execution & port forwarding
Add streaming command execution & port forwarding via HTTP connection upgrades (currently using SPDY).
This commit is contained in:
@@ -99,6 +99,7 @@ func RecoverPanics(handler http.Handler) http.Handler {
|
||||
http.StatusConflict,
|
||||
http.StatusNotFound,
|
||||
errors.StatusUnprocessableEntity,
|
||||
http.StatusSwitchingProtocols,
|
||||
),
|
||||
).Log()
|
||||
|
||||
|
Reference in New Issue
Block a user