I think there is no error message because the Timer expires

Code:
--------------------
    
                # Timer in case the server never sends any body data
                my $timeout = $self->timeout || 
$prefs->get('remotestreamtimeout');
                Slim::Utils::Timers::setTimer( $self->socket, 
Time::HiRes::time() + $timeout, \&_http_socket_error, $self, $args );
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111808

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to