Change8

b8676

📦 llama-cppView on GitHub →
🐛 1 fixes🔧 2 symbols

Summary

This release fixes an issue in the server's chunked stream provider to correctly handle unsuccessful writes to the sink, ensuring stream abortion on connection failure. It also provides updated pre-compiled binaries for numerous platforms.

🐛 Bug Fixes

  • The chunked stream provider now checks the return value of sink.write() and returns false if the write fails, ensuring chunks rejected by the sink are not logged as sent and properly aborting the stream on connection failure.

Affected Symbols