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