Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. $ git diff http.c
  2. diff --git a/libavformat/http.c b/libavformat/http.c
  3. index 33585b0..26e482d 100644
  4. --- a/libavformat/http.c
  5. +++ b/libavformat/http.c
  6. @@ -205,6 +205,7 @@ redo:
  7. if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) &&
  8. s->auth_state.auth_type != HTTP_AUTH_NONE && attempts < 4) {
  9. ffurl_closep(&s->hd);
  10. + lower_proto = "tcp";
  11. goto redo;
  12. } else
  13. goto fail;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement