This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 229
Buffer overflow error about socket in NddService received data over 8192 #319
Comments
razorman8669
added a commit
to razorman8669/ndb
that referenced
this issue
Oct 10, 2020
This patch fixes NddService.server socker.on('data') so that it can handle large amounts of input without throwing `SyntaxError: Unexpected end of JSON input` errors. Fixes GoogleChromeLabs#319
razorman8669
added a commit
to razorman8669/ndb
that referenced
this issue
Oct 10, 2020
This patch fixes NddService.server socker.on('data') so that it can handle large amounts of input without throwing `SyntaxError: Unexpected end of JSON input` errors. Fixes GoogleChromeLabs#319
razorman8669
added a commit
to razorman8669/ndb
that referenced
this issue
Oct 10, 2020
This patch fixes NddService.server socker.on('data') so that it can handle large amounts of input without throwing `SyntaxError: Unexpected end of JSON input` errors. Fixes GoogleChromeLabs#319
razorman8669
added a commit
to razorman8669/ndb
that referenced
this issue
Oct 10, 2020
This patch fixes NddService.server socker.on('data') so that it can handle large amounts of input without throwing `SyntaxError: Unexpected end of JSON input` errors. Fixes GoogleChromeLabs#319
razorman8669
added a commit
to razorman8669/ndb
that referenced
this issue
Oct 10, 2020
This patch fixes NddService.server socker.on('data') so that it can handle large amounts of input without throwing `SyntaxError: Unexpected end of JSON input` errors. Fixes GoogleChromeLabs#319
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Tell us about your environment:
What steps will reproduce the problem?
SyntaxError: Unexpected end of JSON input
Please include code that reproduces the issue.
ndb
with a big size cli args(over 8192B)What is the expected result?
normal execution
What happens instead?
throw error
The text was updated successfully, but these errors were encountered: