Skip to content

Commit 911fc87

Browse files
committed
Quick commit test
1 parent 24df8cc commit 911fc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jQuery-File-Upload.MVC3/Upload/UploadHandler.ashx.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void ProcessRequest(HttpContext context)
3030
{
3131
context.Response.AddHeader("Pragma", "no-cache");
3232
context.Response.AddHeader("Cache-Control", "private, no-cache");
33-
33+
//Comment here
3434
HandleMethod(context);
3535
}
3636

0 commit comments

Comments
 (0)