Skip to content
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