Skip to content

Commit 6b85f5c

Browse files
cola119richardlau
authored andcommitted
tools: update inspector_protocol to d7b099b
PR-URL: #51293 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent cf029ca commit 6b85f5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/inspector_protocol/lib/DispatcherBase_h.template

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ public:
2525
kFallThrough = 2,
2626
};
2727

28+
// For historical reasons, these error codes correspond to commonly used
29+
// XMLRPC codes (e.g. see METHOD_NOT_FOUND in
30+
// https://github.com/python/cpython/blob/master/Lib/xmlrpc/client.py).
2831
enum ErrorCode {
2932
kParseError = -32700,
3033
kInvalidRequest = -32600,

0 commit comments

Comments
 (0)