Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix http client doc #1493

Merged
merged 2 commits into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cn/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ set_request_compress_type()设置request的压缩方式,默认不压缩。

注意:附件不会被压缩。

http/h2 body的压缩方法见[client压缩request body](http_client#压缩request-body)。
http/h2 body的压缩方法见[client压缩request body](http_client.md#压缩request-body)。

支持的压缩方法有:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ set_request_compress_type() sets compress-type of the request, no compression by

NOTE: Attachment is not compressed by brpc.

Check out [compress request body](http_client#压缩request-body) to compress http/h2 body.
Check out [compress request body](http_client.md#compress-request-body) to compress http/h2 body.

Supported compressions:

Expand Down