Merge pull request +7291 from c9/fix/restore-workspaces

Misc restore fixes to fix large restores failing
pull/43/merge
Lennart Kats 2015-05-15 09:03:12 +02:00
commit e131f6ca66
1 zmienionych plików z 3 dodań i 0 usunięć

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

@ -50,6 +50,9 @@ function RestClient(host, port, config) {
options.auth = config.username + ":" + config.password;
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",