The idle HTTP interace is down from 30 to 10 wakeups/s (I think the remaining ones are due to HTTPd core).
/*****************************************************************************
* Local prototypes
*****************************************************************************/
/*****************************************************************************
* Local prototypes
*****************************************************************************/
-static void Run ( intf_thread_t *p_intf );
int E_(ArtCallback)( httpd_handler_sys_t *p_args,
httpd_handler_t *p_handler, char *_p_url,
uint8_t *_p_request, int i_type,
int E_(ArtCallback)( httpd_handler_sys_t *p_args,
httpd_handler_t *p_handler, char *_p_url,
uint8_t *_p_request, int i_type,
free( psz_src );
if( config_GetInt( p_intf, "http-album-art" ) )
free( psz_src );
if( config_GetInt( p_intf, "http-album-art" ) )
-/*****************************************************************************
- * Run: http interface thread
- *****************************************************************************/
-static void Run( intf_thread_t *p_intf )
-{
- while( !intf_ShouldDie( p_intf ) )
- {
- /* Wait a bit */
- msleep( INTF_IDLE_SLEEP );
- }
-}
-
/****************************************************************************
* HttpCallback:
****************************************************************************
/****************************************************************************
* HttpCallback:
****************************************************************************