has_header       1280 libavformat/http.c     if (!has_header(s->headers, "\r\nUser-Agent: "))
has_header       1284 libavformat/http.c         if (!has_header(s->headers, "\r\nReferer: "))
has_header       1287 libavformat/http.c     if (!has_header(s->headers, "\r\nAccept: "))
has_header       1292 libavformat/http.c     if (!has_header(s->headers, "\r\nRange: ") && !post && (s->off > 0 || s->end_off || s->seekable == -1)) {
has_header       1298 libavformat/http.c     if (send_expect_100 && !has_header(s->headers, "\r\nExpect: "))
has_header       1301 libavformat/http.c     if (!has_header(s->headers, "\r\nConnection: "))
has_header       1304 libavformat/http.c     if (!has_header(s->headers, "\r\nHost: "))
has_header       1306 libavformat/http.c     if (!has_header(s->headers, "\r\nContent-Length: ") && s->post_data)
has_header       1309 libavformat/http.c     if (!has_header(s->headers, "\r\nContent-Type: ") && s->content_type)
has_header       1311 libavformat/http.c     if (!has_header(s->headers, "\r\nCookie: ") && s->cookies) {
has_header       1318 libavformat/http.c     if (!has_header(s->headers, "\r\nIcy-MetaData: ") && s->icy)