diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-02 11:18:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-02 11:18:47 +0000 |
commit | 2a58b9c7291d243a933c663366c1fe2dc9ecac35 (patch) | |
tree | 05dadfe7325c79a7631b70087312969f60feceb2 /package/busybox/patches/450-httpd_accept_header.patch | |
parent | e833cd9c61185250348fbb5191ba800763695158 (diff) | |
download | mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.zip mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.tar.gz mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.tar.bz2 |
remove awx from busybox, refresh patches
SVN-Revision: 12497
Diffstat (limited to 'package/busybox/patches/450-httpd_accept_header.patch')
-rw-r--r-- | package/busybox/patches/450-httpd_accept_header.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/450-httpd_accept_header.patch b/package/busybox/patches/450-httpd_accept_header.patch index ac39206..8910508 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)); |