From 110360772101c4c53ffff678d89b9d932d7c2716 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 1 May 2012 07:04:40 +0000 Subject: Better handling of HTTP request errors; re-send keep-alive requests on failure (#1488449) --- program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include') diff --git a/program/include/rcmail.php b/program/include/rcmail.php index e70980137..bd21ca8a2 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -325,7 +325,7 @@ class rcmail extends rcube $this->output->set_charset(RCMAIL_CHARSET); // add some basic labels to client - $this->output->add_label('loading', 'servererror'); + $this->output->add_label('loading', 'servererror', 'requesttimedout'); return $this->output; } -- cgit v1.2.3