This commit is contained in:
kallyaleksiev 2025-07-01 17:19:58 +00:00 committed by GitHub
commit b117738d60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,7 +203,6 @@ class SubprocessCLITransport(Transport):
json_buffer += json_line
if len(json_buffer) > _MAX_BUFFER_SIZE:
json_buffer = ""
raise SDKJSONDecodeError(
f"JSON message exceeded maximum buffer size of {_MAX_BUFFER_SIZE} bytes",
ValueError(