Print

Print


I don't think we need isNil. My preferred solution would be to add a couple of methods that the application can use to determine how to process the response, e.g.:

bool XrdSsiRespInfo::hasMetadata() { return mdlen > 0; }
bool XrdSsiRespInfo::hasData() { return blen > 0; }


-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/546#issuecomment-317999561

########################################################################
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