X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=httpinput.cpp;fp=httpinput.cpp;h=715e31c4a162f8d9ce168969901ae3ca4253a8c9;hp=cbffe3ae26292e11dd550156fce840120dd3031e;hb=7ec54788f88dde7b083ba6cfd30732b32295b54a;hpb=980ac162414c9fce62af4fdb9cfc282865b31572 diff --git a/httpinput.cpp b/httpinput.cpp index cbffe3a..715e31c 100644 --- a/httpinput.cpp +++ b/httpinput.cpp @@ -340,7 +340,8 @@ void HTTPInput::do_work() pending_data.clear(); has_metacube_header = false; for (int stream_index : stream_indices) { - servers->set_header(stream_index, "", ""); + // Don't zero out the header; it might still be of use to HLS clients. + servers->set_unavailable(stream_index); } {