Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsword <ruili@jihulab.com>2023-06-08 12:07:59 +0300
committerrrylee <rrylee1994@gmail.com>2023-06-13 07:52:44 +0300
commit81a79bf943a252ba23faf7078fb57a735f851456 (patch)
tree415a38a2d761ee3ebf3fcee3a2dbc8f3cbb7c5ed /proto/smarthttp.proto
parent0cadacd729553ef5760a8a65a931aae1a159ed13 (diff)
fix: suggestions from code review
Diffstat (limited to 'proto/smarthttp.proto')
-rw-r--r--proto/smarthttp.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/smarthttp.proto b/proto/smarthttp.proto
index 81098f2a0..5dc13f5f7 100644
--- a/proto/smarthttp.proto
+++ b/proto/smarthttp.proto
@@ -86,8 +86,8 @@ message PostUploadPackWithSidechannelRequest {
// This is an empty response since the raw data is transferred to the client via the sidechannel
// exclusively.
message PostUploadPackWithSidechannelResponse {
- // Packfile negotiation.
- Stats stats = 1;
+ // Packfile negotiation statistics.
+ PackfileNegotiationStatistics packfile_negotiation_statistics = 1;
}
// PostReceivePackRequest is the request for the PostReceivePack rpc. It is a stream used to