Skip to content

Remove PostUploadPack RPC

Quang-Minh Nguyen requested to merge qmnguyen0711/remove-post-upload-pack into master

For #4724 (closed)

In prior versions, we introduced Sidechannel protocols as an optimization to avoid transferring huge binary data over gRPC. This protocol was applied in *Sidechannel version of existing RPCs. We rolled out those RPCs and replaced all existing clients. There were no traffic to the old RPCs for a long time. It's time to wipe them out. Unfortunately, PostReceivePack is still used internally. PostUploadPack is the only removable RPC at the moment.

Some data to prove this endpoint is not used anymore:

Edited by Quang-Minh Nguyen

Merge request reports