summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr/apr_1.5.2.bb
diff options
context:
space:
mode:
authorLi Wang <li.wang@windriver.com>2015-07-08 15:53:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-16 15:09:17 +0100
commit60cebe6b3848055ce47b65117b33f63bfdcaf05b (patch)
tree2a6d7ee1cc904234fa7df0a465abf09a6fe13765 /meta/recipes-support/apr/apr_1.5.2.bb
parent3f79bf7f6c91df80df792d89402c6eecd7f47a7a (diff)
downloadpoky-60cebe6b3848055ce47b65117b33f63bfdcaf05b.tar.gz
apr: Fix packet discards HTTP redirect
Disconnect the connection by poll() timeout. If timeout=0 and apr_wait_for_io_or_timeout()=APR_TIMEUP then apr_socket_recv() returns EAGAIN. (From OE-Core rev: cef4de5cd6c12091146dc1ef02cd80e094c6728e) Signed-off-by: Noriaki Yoshitane <yoshitane.nrs@cnt.ncos.nec.co.jp> Signed-off-by: Li Wang <li.wang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/apr/apr_1.5.2.bb')
-rw-r--r--meta/recipes-support/apr/apr_1.5.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.5.2.bb b/meta/recipes-support/apr/apr_1.5.2.bb
index aac6276b14..c1f7f380ed 100644
--- a/meta/recipes-support/apr/apr_1.5.2.bb
+++ b/meta/recipes-support/apr/apr_1.5.2.bb
@@ -15,6 +15,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
15 file://configfix.patch \ 15 file://configfix.patch \
16 file://run-ptest \ 16 file://run-ptest \
17 file://upgrade-and-fix-1.5.1.patch \ 17 file://upgrade-and-fix-1.5.1.patch \
18 file://Fix-packet-discards-HTTP-redirect.patch \
18" 19"
19 20
20SRC_URI[md5sum] = "4e9769f3349fe11fc0a5e1b224c236aa" 21SRC_URI[md5sum] = "4e9769f3349fe11fc0a5e1b224c236aa"