Skip to content

Commit

Permalink
fix: unix_http_server not working
Browse files Browse the repository at this point in the history
  • Loading branch information
stou committed Dec 8, 2018
1 parent 814985e commit bcb5122
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 152 deletions.
1 change: 0 additions & 1 deletion supervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func (s *Supervisor) GetAllProcessInfo(r *http.Request, args *struct{}, reply *s
reply.AllProcessInfo = append(reply.AllProcessInfo, *procInfo)
})
types.SortProcessInfos(reply.AllProcessInfo)

return nil
}

Expand Down
Loading

0 comments on commit bcb5122

Please sign in to comment.