Description
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.