X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/842f5cacc45a3ab140fb625f02170aa2c9197f86..0dd21ca83758dd25fc4821ec0ce243d8500d7caf:/package/busybox/patches/450-httpd_accept_header.patch?ds=sidebyside diff --git a/package/busybox/patches/450-httpd_accept_header.patch b/package/busybox/patches/450-httpd_accept_header.patch index ac392069f..891050836 100644 --- a/package/busybox/patches/450-httpd_accept_header.patch +++ b/package/busybox/patches/450-httpd_accept_header.patch @@ -29,7 +29,7 @@ if (post_len) putenv(xasprintf("CONTENT_LENGTH=%d", post_len)); if (cookie) -@@ -2009,6 +2017,10 @@ +@@ -2020,6 +2028,10 @@ referer = xstrdup(skip_whitespace(iobuf + sizeof("Referer:")-1)); } else if (STRNCASECMP(iobuf, "User-Agent:") == 0) { user_agent = xstrdup(skip_whitespace(iobuf + sizeof("User-Agent:")-1));