Does anyone know how I can get the compressed contents of a GzipStream?
I just want to read all bytes without decompressing so I can get the length and forward onto a web request with the content-length. The source of the file is from RavenFS which is compressed as it is sent and the length is unknown.
Any help would be appreciated.