httpx.Parse() 解析空切片为 nil #2196
Unanswered
younger-LJH
asked this question in
Q&A
Replies: 1 comment
-
排查出原因了,core/mapping/unmarshaler.go,老版本少了 if判断,空切片时没有赋值,所以为 nil。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
老版本的 httpx.Parse() 解析空切片为 nil,请问有没有修复该 bug的 commit链接呢
Beta Was this translation helpful? Give feedback.
All reactions