Misc restore fixes to fix large restores failing

pull/43/merge
Tim Robinson 2015-05-12 10:11:14 +00:00
rodzic 8b36b051d3
commit ee44507ced
1 zmienionych plików z 3 dodań i 0 usunięć

3
node_modules/c9/rest_client.js wygenerowano vendored
Wyświetl plik

@ -51,6 +51,9 @@ function RestClient(host, port, config) {
var req = proto.request(options, onResponse(done, options, body));
/** Keep requests alive for long running requests **/
req.setSocketKeepAlive(true);
req.on("error", function(e) {
log("ERROR %s %s://%s:%s%s %s",
options.method,