Add streaming command execution & port forwarding

Add streaming command execution & port forwarding via HTTP connection
upgrades (currently using SPDY).
This commit is contained in:
Andy Goldstein
2015-01-08 15:41:38 -05:00
parent 25d38c175b
commit 5bd0e9ab05
45 changed files with 4439 additions and 157 deletions

View File

@@ -99,6 +99,7 @@ func RecoverPanics(handler http.Handler) http.Handler {
http.StatusConflict,
http.StatusNotFound,
errors.StatusUnprocessableEntity,
http.StatusSwitchingProtocols,
),
).Log()