# HG changeset patch # User reimar # Date 1266693794 0 # Node ID 5fd3ea86cf0d69caed287a490b38111564e641a9 # Parent 8ae498c98fecdca171f448e0d5d89d54724f1005 Print response headers as debugging output also for HTTP seeks. diff -r 8ae498c98fec -r 5fd3ea86cf0d stream/network.c --- a/stream/network.c Sat Feb 20 19:22:23 2010 +0000 +++ b/stream/network.c Sat Feb 20 19:23:14 2010 +0000 @@ -368,6 +368,9 @@ if( http_hdr==NULL ) return 0; + if( mp_msg_test(MSGT_NETWORK,MSGL_V) ) + http_debug_hdr( http_hdr ); + switch( http_hdr->status_code ) { case 200: case 206: // OK