Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Jun 20, 2023
1 parent 3ffbf0e commit bf7c676
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,8 @@ public final HttpServer proxyProtocol(ProxyProtocolSupportType proxyProtocolSupp
/**
* Specifies the maximum duration allowed between each network-level read operation while reading a given request
* content (resolution: ms). In other words, {@link io.netty.handler.timeout.ReadTimeoutHandler} is added to the
* channel pipeline once the request headers are received.
* channel pipeline after all the request headers are received, and removed from the channel pipeline after the
* content is fully received.
* If the {@code readTimeout} is {@code null}, any previous setting will be removed and no
* {@code readTimeout} will be applied.
* If the {@code readTimeout} is less than {@code 1ms}, then {@code 1ms} will be the
Expand Down

0 comments on commit bf7c676

Please sign in to comment.