Skip to content
Snippets Groups Projects
Verified Commit ab549416 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: files

parent 756d4615
No related branches found
No related tags found
1 merge request!2F consolidation
Pipeline #11625 failed
......@@ -740,5 +740,5 @@ service FileTransmissionService {
rpc FileUpload(stream FileUploadRequest) returns (FileUploadResponse);
// A file download. The download has to be registered prior this rpc in the
// RetrieveRequest.
rpc FileDownload(FileDownloadRequest) returns (FileDownloadResponse);
rpc FileDownload(FileDownloadRequest) returns (stream FileDownloadResponse);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment