Bug 124910 - Add another Software caused connection abort error message

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1712 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2013-07-08 11:19:35 +00:00
parent 3aa3427275
commit 20e455922f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ sub _die_error
$msg =~ s/\s*$//so;
# We are not interested in getting "Software caused connection abort" errors
# on each "Stop" click in the browser.
if ($msg !~ /(^|Apache2::RequestIO::print: \(103\) )(Программа вызвала сброс соединения|Software caused connection abort) at /iso)
if ($msg !~ /(^|(Apache2::RequestIO::print|:Apache2 IO write): \(103\) )(Программа вызвала сброс соединения|Software caused connection abort) at /iso)
{
$msg = { eval_error => $msg };
Bugzilla::Error::ThrowCodeError('eval_error', $msg);