elpasync pushed a change to branch externals/plz-media-type. from 9286987892 Commit test for interrupting running request new 6ad13f4320 Don't fail on blank lines when parsing application/x-ndjson new ab4dc6d6bd Raise an error if the response could not be processed completly new 5d3785ddb6 Bump plz dependency new 72a8149ccb Release 0.2.3 new ab69de91ae Set version to 0.2.4-pre
Summary of changes: plz-media-type.el | 56 ++++++++++++------ tests/plz-media-type-test.el | 2 + .../{ollama-hello.txt => ollama-blank-lines.txt} | 5 ++ .../application/x-ndjson/ollama-broken.txt | 9 +++ tests/test-plz-media-type.el | 67 +++++++++++++++++++++- 5 files changed, 121 insertions(+), 18 deletions(-) copy tests/response/application/x-ndjson/{ollama-hello.txt => ollama-blank-lines.txt} (99%) create mode 100644 tests/response/application/x-ndjson/ollama-broken.txt