Skip to content

Commit

Permalink
docs: remove tlsEnabled from client config (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
hezhangjian authored Sep 13, 2024
1 parent f1b36c9 commit 3207023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/guide/develop/client_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ classDiagram
+ timeout
+ connectTimeout
+ bool gzipEnabled
+ bool tlsEnabled
+ TlsConfig tlsConfig // language specific
+ TlsConfig tlsConfig // nullable, language specific
+ void close()
}
Expand Down
3 changes: 1 addition & 2 deletions src/zh/guide/develop/client_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ classDiagram
+ timeout
+ connectTimeout
+ bool gzipEnabled
+ bool tlsEnabled
+ TlsConfig tlsConfig // language specific
+ TlsConfig tlsConfig // nullable, language specific
+ void close()
}
Expand Down

0 comments on commit 3207023

Please sign in to comment.