You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially according to Postel's Law, we should be a bit more tolerant of reasonable errors.
Clearly the above message can reasonably be interpreted as intended to be:
{"jsonrpc":"2.0","id":1,"result":null}
(Having a null value for "error" is nonsense per the spec, but having a null value is perfectly reasonable as a result from function that has nothing else to return back.)
The text was updated successfully, but these errors were encountered:
(The other side of this was reported at zed-industries/zed#11060 )
Serve-d crashes when it gets:
Essentially according to Postel's Law, we should be a bit more tolerant of reasonable errors.
Clearly the above message can reasonably be interpreted as intended to be:
(Having a
null
value for "error" is nonsense per the spec, but having anull
value is perfectly reasonable as a result from function that has nothing else to return back.)The text was updated successfully, but these errors were encountered: