From b1e549d7bc57c756035a6673b459c903763eb8da Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 20 Feb 2010 19:23:14 +0000 Subject: Print response headers as debugging output also for HTTP seeks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30670 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/network.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stream/network.c b/stream/network.c index d85da87f17..25d4cf3533 100644 --- a/stream/network.c +++ b/stream/network.c @@ -368,6 +368,9 @@ http_seek( stream_t *stream, off_t pos ) { 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 -- cgit v1.2.3