* Fix one more spot where we could close an aleady-closed socket.
This commit is contained in:
parent
24ff2a8a1c
commit
64a173bd51
@ -715,6 +715,7 @@ ProcessHttpQuery_upnphttp(struct upnphttp * h)
|
||||
{
|
||||
DPRINTF(E_WARN, L_HTTP, "Invalid request, responding ERROR 400. (No Host specified in HTTP headers?)\n");
|
||||
Send400(h);
|
||||
return;
|
||||
}
|
||||
#if 1 /* 7.3.33.4 */
|
||||
else if( ((h->reqflags & FLAG_TIMESEEK) || (h->reqflags & FLAG_PLAYSPEED)) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user