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?