It would be nice if the http component could handle well files larger than 4GB. The upper layer (Pipeline classes) stores the content length/stream size in Uint64, the HTTP class only in UInt.
/OpenHome/ohNet/OpenHome/Http.h
/OpenHome/ohNet/OpenHome/Http.cpp
class HttpHeaderContentLength
Thanks.