auth.go
3.15 KB
-
Auth: Fix POST request failures with anonymous access (#26049) · 44dff6fd
Macaron context.QueryBool() seems to modify the request context that causes the POST and PUT requests to fail with: "http: proxy error: net/http: HTTP/1.x transport connection broken: http: ContentLength=333 with Body length 0"
Sofia Papagiannaki committed