Change8

b9849

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

Summary

This release enhances URL parsing by correctly handling bracketed IPv6 literals in URL authorities and restores explicit rejection for unsupported schemes in the URL parser.

✨ New Features

  • Handle bracketed IPv6 literals in URL authority (e.g., [host]:port form) across common and server components for listening logs, proxy Host headers, and proxy logs.
  • IPv6 hosts are now bracketed when formatting a URL authority.

🐛 Bug Fixes

  • Restored unsupported scheme throw in the URL parser within the common module to ensure the block stays self-contained during port resolution.

Affected Symbols