Skip to content
Snippets Groups Projects
Commit 0d10fe0e authored by Timm Fitschen's avatar Timm Fitschen Committed by Henrik tom Wörden
Browse files

WIP: files

parent 4b0f2f6f
No related branches found
No related tags found
No related merge requests found
......@@ -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