Skip to content

Commit

Permalink
* SYNC [docs] typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: wayne <[email protected]>
  • Loading branch information
StargazerWayne committed Dec 27, 2023
1 parent 5c2d8c1 commit 11bafde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supplemental/http/http_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ extern int nni_http_server_start(nni_http_server *);
// Connections will be aborted but may not have terminated all the way.
extern void nni_http_server_stop(nni_http_server *);

/ nni_http_server_close closes down the socket, but does not shut down
// nni_http_server_close closes down the socket, but does not shut down
// any connections that are already open. This is useful for example
// when shutting down an SP listener, and we don't want to break established
// sessions.
Expand Down

0 comments on commit 11bafde

Please sign in to comment.