mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
back out the connection persist force
This commit is contained in:
@@ -148,10 +148,12 @@ void daap_handler(WS_CONNINFO *pwsc) {
|
|||||||
|
|
||||||
/* This we should put in a quirks file or something, but here might
|
/* This we should put in a quirks file or something, but here might
|
||||||
* be a decent workaround for various failures on different clients */
|
* be a decent workaround for various failures on different clients */
|
||||||
|
/* nm... backing this out. Really do need a "quirks" mode
|
||||||
pwsc->close=0;
|
pwsc->close=0;
|
||||||
if(ws_testrequestheader(pwsc,"Connection","Close")) {
|
if(ws_testrequestheader(pwsc,"Connection","Close")) {
|
||||||
pwsc->close = 1;
|
pwsc->close = 1;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if(ws_getvar(pwsc,"session-id"))
|
if(ws_getvar(pwsc,"session-id"))
|
||||||
pqi->session_id = atoi(ws_getvar(pwsc,"session-id"));
|
pqi->session_id = atoi(ws_getvar(pwsc,"session-id"));
|
||||||
|
|||||||
Reference in New Issue
Block a user