You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/http3/server.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ func(w http.ResponseWriter, r *http.Request) {
118
118
119
119
## Graceful Shutdown
120
120
121
-
The `http3.Server` can be gracefully closed by calling the `Shutdown`. The server then stops accepting new connections and new requests, but allows existing requests to finish.
121
+
The `http3.Server` can be gracefully closed by calling the `Shutdown` method. The server then stops accepting new connections and new requests, but allows existing requests to finish.
0 commit comments