changeset 30628:5fd3ea86cf0d

Print response headers as debugging output also for HTTP seeks.
author reimar
date Sat, 20 Feb 2010 19:23:14 +0000
parents 8ae498c98fec
children 16d7ef2f04e5
files stream/network.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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