{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "1. I am trying to create .zip file of another .zip [which has only empty Powerpoint file]\n2. Iconic Zip SAVE is throwing error\n\nAfter debugging through using PDB, it is coming down to following:\n\n1. In this case \"Compressed Zip size is > UnCompressed\" for whatever reason\n2. So ZipEntry.Write.cs “WantReadAgain\" does not set \"readAgain\" to false [even though there is no need to read again\n3. Reading again throws exception [as in this case we use CryptoStream]\n\nAll code works in many scenarios... so it is not coding issue at our end.\n\nI don't know how to fix \"WantReadAgain\" method in ZipEntry.Write.cs in a way it will not break other scenarios.\n\nThere are scenarios where compressed .zip might stay slightly larget than uncompressed?\n\nPlease let me know how best to fix this part of the code \"WantReadAgain\" for above specific scenario in a way it won't break many other scenarios -where it works great.\n\nThanks for your help",
    "LastUpdatedDate": "2013-09-16T14:08:30.53-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-09-16T14:08:30.53-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "IConic.Zip is failing due to incorrect 'ReadAgain' logic",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16420
  },
  "FileAttachments": [],
  "Comments": []
}