Skip to content

Fix code search when text is larger than max gRPC message size

John Cai requested to merge support-chunking-in-client into master

Modifies gitaly client to support chunking of search files response

In gitaly!1015 (merged), we add the ability to stream file search matches back in a chunked manner. This MR changes the gitaly client to take advantage of this new behavior

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by John Cai

Merge request reports