-
- Downloads
[xrd_ssi] Removes timeout handling from promise in RequestProc
We now assume that Finished() will always be called, so explicit timeout handling in RequestProc is redundant. In case of successful Request processing, the XRootD framework will call Finished(cancel=false). In the case of a failure or timeout, the framework will call Finished(cancel=true).
Please register or sign in to comment