소스 검색

update

tmp
dengbiao 5 일 전
부모
커밋
d2838f5f50
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      app/mw/mw_limiter.go

+ 4
- 0
app/mw/mw_limiter.go 파일 보기

@@ -33,6 +33,10 @@ func Limiter(c *gin.Context) {
//body, _ := ioutil.ReadAll(c.Request.Body)
// Write body back
c.Request.Body = ioutil.NopCloser(bytes.NewBuffer(body))
utils.FilePutContents("Limiter", utils.SerializeStr(map[string]interface{}{
"uri": c.Request.URL,
"body": c.Request.Body,
}))
//queryValue := utils.SerializeStr(c.Request.URL.Query()) //不建议开启,失去限流的意义

//TODO::分布式锁阻拦(保证原子性)


불러오는 중...
취소
저장