{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "not a bug.  User error. ",
    "ClosedDate": "2010-04-05T13:53:12.39-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "I have some data that I have compressed with SharpZipLib using the DeflaterOutputStream with zlib headers (the two bytes at the front of the data that contain metadata). I am able to decompress the data just fine using SharpZipLib and with the System.IO.Compression.DeflateStream if I skip the first two bytes.\n \nWhen I use the Ionic ZLibStream however, I get an exception that says \"bad state (incorrect data check)\"",
    "LastUpdatedDate": "2013-05-16T05:31:50.497-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-04-01T07:44:18.61-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZLibStream throws bad state (incorrect data check error)",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 10569
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "To deflate a DEFLATE stream, you should use thie Ionic.Zlib.DeflateStream, not the Ionic.Zlib.ZlibStream . \r\n",
      "PostedDate": "2010-04-05T13:53:02.753-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2010-04-05T13:53:12.39-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:35.203-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:31:50.497-07:00",
      "Id": -2147483648
    }
  ]
}