You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Info("Auth succeeded after setting realm to $realm. You can set this value in the Control Device field to speed up connections and remove these log entries.");
120
105
$self->{state} = 'open';
121
-
return;
106
+
return !undef;
122
107
}
123
108
Error('Authentication still failed after updating REALM status: '.$res->status_line);
124
109
} else {
@@ -131,11 +116,10 @@ sub open {
131
116
} else {
132
117
Debug('No headers line');
133
118
} # end if headers
134
-
# For parent get
135
-
$$self{BaseURL} = $uri->canonical();
136
119
} else {
137
120
Debug('Failed to open '.$uri->canonical().$url.' status: '.$res->status_line());
138
121
} # end if $res->status_line() eq '401 Unauthorized'
0 commit comments