Skip to content

Commit

Permalink
change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Nov 30, 2023
1 parent b091623 commit aa679cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public boolean addHttp3Server(String host, String ip, int liveDuration) {
*
* @param host host
* @param ip ip
* @return 否支持 http3
* @return 是否支持 http3
*/
public boolean isServerSupportHttp3(String host, String ip) {
if (host == null || host.length() == 0 || ip == null || ip.length() == 0) {
Expand Down

0 comments on commit aa679cc

Please sign in to comment.