xrootd: add close request
Created by: EgorMatirov
Updates #170.
Note that TestFile_CloseVerify
test is skipped.
From the specs, p. 41:
fsize the size, in bytes, that the file is to have. The close operation fails and the file is erased if it is not of the indicated size. An fsize of zero suppresses the check
As far as I understand, close operation fails
means that response will contain the error, however, the response is ok
when I provide wrong fsize
.
I'm going to fill an issue to clarify this behavior. :)