mirror of
https://github.com/gin-gonic/gin.git
synced 2026-01-13 10:06:59 +08:00
Use private-like key for body bytes
This commit is contained in:
parent
edc5f44830
commit
e68e6d248e
@ -31,7 +31,7 @@ const (
|
||||
MIMEPlain = binding.MIMEPlain
|
||||
MIMEPOSTForm = binding.MIMEPOSTForm
|
||||
MIMEMultipartPOSTForm = binding.MIMEMultipartPOSTForm
|
||||
BodyBytesKey = "github.com/gin-gonic/gin/bodyBytes"
|
||||
BodyBytesKey = "_gin-gonic/gin/bodybyteskey"
|
||||
)
|
||||
|
||||
const abortIndex int8 = math.MaxInt8 / 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user