summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/network.c3
1 files changed, 3 insertions, 0 deletions
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