[MPlayer-cvslog] r30670 - trunk/stream/network.c

reimar subversion at mplayerhq.hu
Sat Feb 20 20:23:14 CET 2010


Author: reimar
Date: Sat Feb 20 20:23:14 2010
New Revision: 30670

Log:
Print response headers as debugging output also for HTTP seeks.

Modified:
   trunk/stream/network.c

Modified: trunk/stream/network.c
==============================================================================
--- trunk/stream/network.c	Sat Feb 20 20:22:23 2010	(r30669)
+++ trunk/stream/network.c	Sat Feb 20 20:23:14 2010	(r30670)
@@ -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


More information about the MPlayer-cvslog mailing list