This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_app
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upda
master
dengbiao
6 days ago
parent
8e67c62e01
commit
18e6c36267
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/mw/mw_limiter.go
+ 1
- 1
app/mw/mw_limiter.go
View File
@@ -23,7 +23,7 @@ func Limiter(c *gin.Context) {
host := c.Request.Host
uri := c.Request.URL.String()
buf := make([]byte, 5120*
5
0)
buf := make([]byte, 5120*
10
0)
num, _ := c.Request.Body.Read(buf)
body := buf[:num]
Write
Preview
Loading…
Cancel
Save