Changeset [95850afbfc06fd79aec67ff6b2c26c90d87c6790] by Shayan Pooya
January 20th, 2014 @ 11:51 AM
Use HTTP 1.0 instead of 1.1 for ddfs operations.
We have seen an issue in ddfs_http:http_put_conn where the
connect
succeeds and returns a Socket, then sending the Head with
gen_tcp:send
succeeds but the call to gen_tcp:send in send_body fails with
{badmatch,{error,closed}}. This might be an HTTP/1.1 issue.
https://github.com/discoproject/disco/commit/95850afbfc06fd79aec67f...
Committed by Shayan Pooya
- M master/src/ddfs/ddfs_http.erl
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.