X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=udpinput.cpp;h=4222515e71c58366cc372c9faf33ea8a5b6788f4;hb=478d39996e950ef31d9c2de74c72890060b21260;hp=8659141b2ed0e11d8be8e93ae1d0b74c3867da86;hpb=3b8ad87137cff7522ed12f4675d5ff26933bc94a;p=cubemap diff --git a/udpinput.cpp b/udpinput.cpp index 8659141..4222515 100644 --- a/udpinput.cpp +++ b/udpinput.cpp @@ -70,7 +70,8 @@ void UDPInput::construct_header() "HTTP/1.0 200 OK\r\n" "Content-type: application/octet-stream\r\n" "Cache-control: no-cache\r\n" - "Server: " SERVER_IDENTIFICATION "\r\n"; + "Server: " SERVER_IDENTIFICATION "\r\n" + "Connection: close\r\n"; } void UDPInput::add_destination(const string &stream_id)