Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
olebedev committed Feb 8, 2015
1 parent 1bc9e12 commit 588762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static.go
Expand Up @@ -73,6 +73,6 @@ func Static(asset func(string) ([]byte, error), options ...Options) gin.HandlerF
}

http.ServeContent(c.Writer, c.Request, url, modtime, bytes.NewReader(b))
c.Abort(-1)
c.Abort()
}
}

0 comments on commit 588762e

Please sign in to comment.