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:
Diffstat (limited to 'ruby/proto/gitaly/smarthttp_services_pb.rb')
-rw-r--r--ruby/proto/gitaly/smarthttp_services_pb.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/ruby/proto/gitaly/smarthttp_services_pb.rb b/ruby/proto/gitaly/smarthttp_services_pb.rb
index 12f5aaf11..b3451bdf2 100644
--- a/ruby/proto/gitaly/smarthttp_services_pb.rb
+++ b/ruby/proto/gitaly/smarthttp_services_pb.rb
@@ -23,9 +23,7 @@ module Gitaly
# references to the user.
rpc :InfoRefsReceivePack, ::Gitaly::InfoRefsRequest, stream(::Gitaly::InfoRefsResponse)
# Request and response body for POST /upload-pack
- rpc :PostUploadPack, stream(::Gitaly::PostUploadPackRequest), stream(Gitaly::PostUploadPackResponse)
- # Request and response body for POST /upload-pack using sidechannel protocol
- rpc :PostUploadPackWithSidechannel, ::Gitaly::PostUploadPackWithSidechannelRequest, ::Gitaly::PostUploadPackWithSidechannelResponse
+ rpc :PostUploadPack, stream(::Gitaly::PostUploadPackRequest), stream(::Gitaly::PostUploadPackResponse)
# Request and response body for POST /receive-pack
rpc :PostReceivePack, stream(::Gitaly::PostReceivePackRequest), stream(::Gitaly::PostReceivePackResponse)
end