This commit is contained in:
Travis Reeder
2017-10-31 15:59:51 +00:00
parent 6a821768fa
commit b83abe5a02

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),