Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
net 去掉500
Browse files Browse the repository at this point in the history
  • Loading branch information
yancend committed May 16, 2014
1 parent 9ee8070 commit 63b6154
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/App_Code/UploadHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ public override void Process()

private void WriteResult()
{
if (Result.State != UploadState.Success)
{
Response.StatusCode = 500;
}
this.WriteJson(new
{
state = GetStateMessage(Result.State),
Expand Down

0 comments on commit 63b6154

Please sign in to comment.