• Max Kellermann's avatar
    httpd_output: save the page generated by encoder_tag() · 4818d386
    Max Kellermann authored
    Flush the encoder before calling encoder_tag().  The first page
    generated by the encoder after sending the tag will be the new
    "header" page, which is sent to all HTTP clients when they connect.
    This is a little bit specific to the vorbis encoder, but there are no
    other encoders which support tags (yet).
    4818d386
httpd_output_plugin.c 10.7 KB