Skip to content

Commit

Permalink
docs: point RecvBufferPool server option to correct deprecation repla…
Browse files Browse the repository at this point in the history
…cement
  • Loading branch information
wazazaby committed Jul 15, 2024
1 parent d27ddb5 commit fcc8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ func WaitForHandlers(w bool) ServerOption {
// options are used: StatsHandler, EnableTracing, or binary logging. In such
// cases, the shared buffer pool will be ignored.
//
// Deprecated: use experimental.WithRecvBufferPool instead. Will be deleted in
// Deprecated: use experimental.RecvBufferPool instead. Will be deleted in
// v1.60.0 or later.
func RecvBufferPool(bufferPool SharedBufferPool) ServerOption {
return recvBufferPool(bufferPool)
Expand Down

0 comments on commit fcc8eed

Please sign in to comment.