has_header        781 libavformat/http.c     if (!has_header(s->headers, "\r\nUser-Agent: "))
has_header        784 libavformat/http.c     if (!has_header(s->headers, "\r\nAccept: "))
has_header        790 libavformat/http.c     if (!has_header(s->headers, "\r\nRange: ") && !post && (s->off > 0 || s->end_off || s->seekable == -1)) {
has_header        799 libavformat/http.c     if (send_expect_100 && !has_header(s->headers, "\r\nExpect: "))
has_header        803 libavformat/http.c     if (!has_header(s->headers, "\r\nConnection: ")) {
has_header        812 libavformat/http.c     if (!has_header(s->headers, "\r\nHost: "))
has_header        815 libavformat/http.c     if (!has_header(s->headers, "\r\nContent-Length: ") && s->post_data)
has_header        819 libavformat/http.c     if (!has_header(s->headers, "\r\nContent-Type: ") && s->content_type)
has_header        822 libavformat/http.c     if (!has_header(s->headers, "\r\nCookie: ") && s->cookies) {
has_header        830 libavformat/http.c     if (!has_header(s->headers, "\r\nIcy-MetaData: ") && s->icy)