upnphttp: Downgrade "HTTP Connection closed unexpectedly"
Lots of clients trigger this during normal operation.
This commit is contained in:
parent
204a0ded8d
commit
a668daa9da
@ -1079,7 +1079,7 @@ Process_upnphttp(struct event *ev)
|
|||||||
}
|
}
|
||||||
else if(n==0)
|
else if(n==0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_WARN, L_HTTP, "HTTP Connection closed unexpectedly\n");
|
DPRINTF(E_DEBUG, L_HTTP, "HTTP Connection closed unexpectedly\n");
|
||||||
h->state = 100;
|
h->state = 100;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -1125,7 +1125,7 @@ Process_upnphttp(struct event *ev)
|
|||||||
}
|
}
|
||||||
else if(n == 0)
|
else if(n == 0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_WARN, L_HTTP, "HTTP Connection closed unexpectedly\n");
|
DPRINTF(E_DEBUG, L_HTTP, "HTTP Connection closed unexpectedly\n");
|
||||||
h->state = 100;
|
h->state = 100;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user