Files
qdrant/lib/storage
Yash Singh ce468c04f6 fix(storage): cap tracing id in bytes, not chars, in extract_tracing_id (#9957)
extract_tracing_id guarded on value.len() (bytes) but truncated with chars().take(MAX_TRACING_ID_LEN) (chars), so a multibyte header could exceed the documented byte cap by up to 4x. Truncate on a UTF-8 char boundary at or below MAX_TRACING_ID_LEN bytes. Adds regression tests.
2026-09-03 12:39:02 +02:00
..
2026-06-03 14:47:00 +02:00