Andrew Sherman created IMPALA-9540:
--------------------------------------

             Summary: Impala Shell sends duplicate "Host" headers in http mode
                 Key: IMPALA-9540
                 URL: https://issues.apache.org/jira/browse/IMPALA-9540
             Project: IMPALA
          Issue Type: Bug
            Reporter: Andrew Sherman
            Assignee: Andrew Sherman


Running "impala-shell --protocol='hs2-http' ..." the impala shell sends two 
copies of the "Host" header. When connecting to the minicluster the values are
{code}
Host: “localhost”
Host: “localhost:8080”
{code}
This is bad because the http server in golang's net/http package will reject 
any http call with 
{code}
badRequestError("too many Host headers")
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to