ronous-httpwebresponse-read
Basically, HttpWebRequest is using the DeflateStream for uncompressing the server response. In this process it gets an exception from BeginRead(). Since this is all happ…
Created on 11/14/2009 (updated 12 weeks ago) | 1 validation | 1 workaround | 3 comments | feedback id: 510564
|
|
|
Closed
as Fixed
|
|
Flush method of DeflateStream/GZipStream doesn't work
Created on 3/31/2009 (updated 35 weeks ago) | 1 validation | 0 workarounds | 4 comments | feedback id: 428477
|
|
|
Closed
as Won't Fix
|
|
System.IO.Compression.Deflatestream allows one to read from a stream of compressed data, decompressing (inflating) it as it is read. However, it is not possible to read a stream of normal data, compre…
Created on 1/9/2009 (updated 12 weeks ago) | 0 validations | 1 workaround | 9 comments | feedback id: 393748
|
|
|
Closed
as By Design
|
|
If the DeflateStream is create for decompression with the leaveOpen set true, the Close/Dispose method set/keeps wrong position in the base stream. The internal reader of the DeflateStream reads data …
Created on 6/23/2008 (updated 80 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 352514
|
|
|
Closed
as Fixed
|
|
Per wiki entry, the array parameter description is incorrect. Instead of "The array used to store compressed bytes", it should be something like "The array containing the uncompressed bytes".
Created on 5/1/2007 (updated 143 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 275044
|
|
|
Closed
as Not Reproducible
|
|
ASP.NET truncates end of output when Response.Filter is set to GzipStream or DeflateStream and on the page both Response.Flush and Response.End are called.
Such situation happens only when you use …
Created on 11/9/2006 (updated 29 weeks ago) | 4 validations | 0 workarounds | 1 comment | feedback id: 236947
|
|
|
Closed
as By Design
|
|
Hi,
I tried to use System.IO.Compression.DeflateStream
to decompress streams from a PDF file. The streams use
FlateDecode compression, which is supposed to be
compatible with DeflateStream (both a…
Created on 4/25/2006 (updated 12 weeks ago) | 0 validations | 1 workaround | 9 comments | feedback id: 97064
|
|
|
Closed
as By Design
|
|
If you use BeginRead on a DeflateStream and the input is corrupt, an exception is thrown from a thread that cannot be caught. This bubbles up to the AppDomain UnhandledException handler where IsTermi…
Created on 1/31/2006 (updated 191 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 97152
|
|
|
Closed
as Fixed
|
|
The GZipStream and DeflateStream classes can _significantly_ increase the size of "compressed" data. That means, they don't just add a few header bytes as stand-alone compressors do, but they _inflate…
Created on 12/31/2005 (updated 26 weeks ago) | 5 validations | 1 workaround | 6 comments | feedback id: 93930
|
|
|
Closed
as External
|
|
DeflateStream produces different output data depending on how the input data is written to.
Output can be correctly inflated, but it's blown up by compression table resets. So, the data write handl…
Created on 7/9/2005 (updated 191 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 98251
|
|