1
0
mirror of https://github.com/moby/moby.git synced 2025-08-01 05:47:11 +03:00
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud
2016-11-18 15:51:36 +08:00
parent c6d69ea9e9
commit 1f039a66ac
5 changed files with 5 additions and 5 deletions

View File

@ -102,7 +102,7 @@ func (s *Server) serveAPI() error {
}
// HTTPServer contains an instance of http server and the listener.
// srv *http.Server, contains configuration to create a http server and a mux router with all api end points.
// srv *http.Server, contains configuration to create an http server and a mux router with all api end points.
// l net.Listener, is a TCP or Socket listener that dispatches incoming request to the router.
type HTTPServer struct {
srv *http.Server