Skip to content

Commit

Permalink
Correct sendRstFrame documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Jan 20, 2024
1 parent 3af887e commit a3e217e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public static void releaseDataFrame(Http2SourceHandler http2SourceHandler, Http2
}

/**
* Sends {@link Http2Reset} frame with `NO_ERROR` error code.
* Sends `RST_STREAM` frame with `NO_ERROR` error code.
*
* @param ctx the channel handler context
* @param encoder the HTTP2 connection encoder
Expand Down

0 comments on commit a3e217e

Please sign in to comment.