[
https://issues.apache.org/jira/browse/HDFS-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217935#comment-14217935
]
Hudson commented on HDFS-7406:
------------------------------
FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #10 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/10/])
HDFS-7406. SimpleHttpProxyHandler puts incorrect "Connection: Close" header.
Contributed by Haohui Mai. (wheat9: rev
fbf81fbd1ca83c6695dee4f8b87c4b790461166b)
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/SimpleHttpProxyHandler.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
> SimpleHttpProxyHandler puts incorrect "Connection: Close" header
> ----------------------------------------------------------------
>
> Key: HDFS-7406
> URL: https://issues.apache.org/jira/browse/HDFS-7406
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Haohui Mai
> Assignee: Haohui Mai
> Fix For: 2.7.0
>
> Attachments: HDFS-7406.000.patch
>
>
> tcpdump reveals that SimpleHttpProxyHandler puts incorrect values of the
> {{Connection}} header:
> {noformat}
> Connection: io.netty.channel.ChannelFutureListener$1@36866933
> {noformat}
> which should be
> {noformat}
> Connection: close
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)