diff options
author | thomascube <thomas@roundcube.net> | 2012-05-01 07:04:40 +0000 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-08 12:06:03 +0200 |
commit | a9c1b877889aea93214a3635be6e652ba74e9f05 (patch) | |
tree | 1bec0473e8e32eaab48c62c10de8f909e7e832d8 /program/include/rcmail.php | |
parent | 9e8d8e4a06fda84d0c1c295890478daee3a67dd2 (diff) |
Better handling of HTTP request errors; re-send keep-alive requests on failure (#1488449)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 8988bdc13..65c48fabf 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -556,7 +556,7 @@ class rcmail $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; } |