Aonan Zhai created HDFS-13773:
---------------------------------

             Summary: Webhdfs should not send HTTP 100 response when Expect 
header not in request
                 Key: HDFS-13773
                 URL: https://issues.apache.org/jira/browse/HDFS-13773
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: webhdfs
            Reporter: Aonan Zhai


when using nginx as a reverse proxy, files cannot be successfully uploaded to 
HDFS via webhdfs api.  Nginx will remove "Expect: 100 continue" header from 
PUT/POST request, however, webhdfs will always response with HTTP 100 continue 
without checking the request header, this behavior misleads nginx to stop 
uploading the remaining data once it receives the repsonse.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to