This commit is contained in:
crusader 2017-09-22 18:20:17 +09:00
parent 3f7d55695c
commit aac31c8218

View File

@ -79,8 +79,8 @@ func (s *authServlet) noAuthRegist(ctx *fasthttp.RequestCtx, encInfo string) boo
return false
}
ctx.Request.Header.Set(noAuthHeaderNoAuthID, nap.TempProbeKey)
ctx.Response.Header.Set(noAuthHeaderSetNoAuthID, nap.TempProbeKey)
return true
}