{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\n\nI have a asp.net web application that generates a zipfile that is sent to the browser stream.\n\nThis application has been working fine until very recently. Now, in Chrome an error occurs: NETWORK_FAILED. In Internet Explorer it is still working fine.\n\nDoes anyone recognize this issue? Does it have to do with a new Chrome release? Does anyone have a solution for this issue?\n\nRegards,\n\nMark",
    "LastUpdatedDate": "2016-10-03T04:02:16.21-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2016-09-20T08:08:05.147-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Issue with asp.net stream to Chrome?",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 17703
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "I am also having the same problem, you managed to find the solution?",
      "PostedDate": "2016-09-23T09:16:49.21-07:00",
      "Id": -2147483648
    },
    {
      "Message": "I found the solution in google groups\r\n\r\nhttps://productforums.google.com/forum/#!topic/chrome/8Aykgxa8kWU;context-place=topicsearchin/chrome/category$3ABeta\r\n\r\n\nResolution:\nFound in Header by default Content-Length is sets \"0\"\r\n\r\nby adding below line and it works fine for us..\r\n\r\nResponse.AddHeader(\"Content-Length\", fileContent.Length.ToString());\r\n\r\n\nabs",
      "PostedDate": "2016-09-23T10:00:50.833-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Thanks for the reply, issue is solved with Content-Length!",
      "PostedDate": "2016-10-03T04:02:16.21-07:00",
      "Id": -2147483648
    }
  ]
}