mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-05 00:08:56 +00:00
fetchAttachmentsViaSeekHead previously issued a 16-byte header range request, parsed the EBML element length, then issued a second range request for the full attachments blob. Now it opens one range request up to MAX_ATTACHMENTS_BYTES and streams the header plus payload off the same connection, saving a round trip per playback start. |
||
|---|---|---|
| .. | ||
| androidMain/kotlin/com/fluxa/app | ||
| commonMain/kotlin/com/fluxa/app | ||
| commonTest/kotlin/com/fluxa/app | ||
| main/cpp | ||