Skip to content

xrootd/{client,xrdproto/read}: make ReadAt directly use provided buffer

Sebastien Binet requested to merge xrootd-read-opt into master

This CL modifies the read.Response unmarshaler to use the provided buffer if it's big enough. Otherwise, a new big enough buffer is allocated.

Merge request reports