[vlc-commits] [Git][videolan/vlc][master] input: increase MAX_REDIR

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu May 21 08:36:17 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
f7ed4e23 by Wassim Lalaoui at 2026-05-21T08:17:34+00:00
input: increase MAX_REDIR

increase MAX_REDIR to 20 to be on par with most other HTTP clients.

- - - - -


1 changed file:

- src/input/access.c


Changes:

=====================================
src/input/access.c
=====================================
@@ -55,7 +55,7 @@ static void vlc_access_Destroy(stream_t *access)
     free(access->psz_name);
 }
 
-#define MAX_REDIR 5
+#define MAX_REDIR 20
 
 static stream_t *accessNewAttachment(vlc_object_t *parent,
                                      input_thread_t *input, const char *mrl)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f7ed4e23108c2759a16884d8187d060e4b59b17a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f7ed4e23108c2759a16884d8187d060e4b59b17a
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list