This commit is contained in:
Travis Reeder
2017-10-09 19:26:40 -06:00
parent d080c23981
commit 633b26594e
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ func (s *Server) serve(c *gin.Context, appName, path string) {
return
}
err = doCall(call)
err = s.Agent.Submit(call)
if err != nil {
// NOTE if they cancel the request then it will stop the call (kind of cool),