Search
Refine Search Results
Status
Votes
Total Votes (at least)
Time
Created in the last (days)
Updated in the last (days)
Connection Search Results
Sort By:
You searched for: DeflateStream (signing in could show even more results)
Showing 1 - 10 of 15 Previous 12 Next

2
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as Fixed
1
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as Won't Fix
0
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as By Design
0
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as Fixed
0
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as Not Reproducible
4
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as By Design
3
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as By Design
1
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as Fixed
6
Sign in to vote
0
Sign in to vote
Sign in
to vote
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 Help for as External
1
Sign in to vote
0
Sign in to vote
Sign in
to vote
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  | 
Active
Showing 1 - 10 of 15 Previous 12 Next