We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x9ae328]
goroutine 62 [running]: ehang.io/nps/server/proxy.(*httpServer).handleHttp.func2(0xc00016ec10, 0xc00016ebd7, 0xc0000e0c50, 0xc00015cb70, 0xc0003f3c50, 0xc0000d2b40, 0xc0003f3c58) /go/src/ehang.io/nps/server/proxy/http.go:191 +0x278 created by ehang.io/nps/server/proxy.(*httpServer).handleHttp /go/src/ehang.io/nps/server/proxy/http.go:169 +0xb12
The text was updated successfully, but these errors were encountered:
看到了 之前有人提过 开启http_cache 导致的
Sorry, something went wrong.
是的拿到了个空指针,但是就没找到哪里出来的
720f842
fix http cache panic, fix ehang-io#626, fix ehang-io#509
d82938b
No branches or pull requests
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x9ae328]
goroutine 62 [running]:
ehang.io/nps/server/proxy.(*httpServer).handleHttp.func2(0xc00016ec10, 0xc00016ebd7, 0xc0000e0c50, 0xc00015cb70, 0xc0003f3c50, 0xc0000d2b40, 0xc0003f3c58)
/go/src/ehang.io/nps/server/proxy/http.go:191 +0x278
created by ehang.io/nps/server/proxy.(*httpServer).handleHttp
/go/src/ehang.io/nps/server/proxy/http.go:169 +0xb12
The text was updated successfully, but these errors were encountered: