Print

Print


> Can't the Ext code just use these to send large blocks?
> 
> StartChunkedResp(int code, const char *desc, const char *header_to_add);
> ChunkResp(const char *body, long long bodylen);

No, because chunked responses don't define the final filesize and many clients (like the CERNBOX client) don't accept that. This is used for RESTAPI implementations where the response size is not known upfront. Also they involve parsing of the response on client side.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/893#issuecomment-453079599

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1