Skip to content

Instantly share code, notes, and snippets.

Created August 2, 2014 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a9f413560a4a3c0cb493 to your computer and use it in GitHub Desktop.
Save anonymous/a9f413560a4a3c0cb493 to your computer and use it in GitHub Desktop.
diff --git a/libavformat/http.c b/libavformat/http.c
index 33585b0..5a06336 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -229,6 +229,7 @@ redo:
memset(&s->auth_state, 0, sizeof(s->auth_state));
attempts = 0;
location_changed = 0;
+ lower_proto = "tcp";
goto redo;
}
return 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment