Slime give Connection broken by remote peer when open large file with cl-json

96 Views Asked by At

When using emacs+slime:

(cl-json:decode-json-from-source (pathname "/path/to/test.json"))

will give

Connection broken by remote peer when open large file

when open large file(14M) file link

while in sbcl(terminal) it is ok.

Please tell me why is that happen and how should I handle it?

0

There are 0 best solutions below