guohailong

Results 6 issues of guohailong

> Here it should not be possible to cache and then call the callback function directly, so the correct way to write it would be: > if !r.CanCache(request) ``` func...

GraphQL intropection: The server introspection response cannot be parsed as a valid JSON object. how to fix it ? i don't know.

// Recovery 中间件会 recover 任何 panic。如果有 panic 的话,会写入 500。 r.Use(gin.Recovery()) 这里【Recovery 中间件会 recover 任何 panic】,这里的 panic 包含在请求中的自己新建的 goroutine 中的panic 吗?经过测试,在 主 goroutine 新建的 子 goroutine panic了,并没有被recover,程序直接终止了。请问一下,【Recovery 中间件会 recover 任何 panic】是不是并不严谨。...

verifying github.com/gin-gonic/[email protected]: checksum mismatch downloaded: h1:gcAUpegZ91QWGm03w0CjjJ0+rjxmG3pbBbT0aiT82s8= go.sum: h1:4WFH5yycBMA3za5Hnl425yd9ymdw1XPm4666oab+hv4= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin...