go x/playground: 返回非200的超时错误

7lrncoxx  于 5个月前  发布在  Go
关注(0)|答案(1)|浏览(43)

Timeout错误目前必须返回200状态,才能被Playground JavaScript正确呈现。JavaScript需要更新,以便也能正确解析4xx错误,然后Playground应该更新为返回带有正确代码的响应。目前,任何类型的不成功请求都被视为5xx。

这可能对导览或其他使用playground的地方产生影响。

64jmpszr

64jmpszr1#

https://golang.org/cl/229307提到了这个问题:playground: stop storing timeouts in cache

相关问题