This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 280674f8bc bug #36417 Force ping after transport exception (oesteve)
This PR was merged into the 4.4 branch.

Discussion
----------

Force ping after transport exception

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #36301
| License       | MIT
| Doc PR        |

SMTP transport fails for long running processes after tranport exception, if stream is closed all messages will throw a transport exception until $lastMessageTime exceds $pingThreshold.

With this PR, after transport expception the transport will ping the server to check if the connection is still alive.

Commits
-------

7ccbef62f6 Force ping after transport Exception
2020-04-12 09:31:22 +02:00
..
Asset add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
BrowserKit [BrowserKit] fixed missing post request parameters in file uploads 2020-03-28 11:15:50 +01:00
Cache add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Config add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Console Merge branch '3.4' into 4.4 2020-03-30 13:41:10 +02:00
CssSelector add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Debug add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
DependencyInjection bug #36387 [DI] fix detecting short service syntax in yaml (nicolas-grekas) 2020-04-10 23:06:17 +02:00
DomCrawler [DomCrawler] Fix BC break in assertions breaking Panther 2020-03-29 21:12:22 +02:00
Dotenv add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
ErrorHandler [HttpFoundation] Do not set the default Content-Type based on the Accept header 2020-03-30 16:07:33 +02:00
EventDispatcher add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
ExpressionLanguage add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Filesystem add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Finder add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Form add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
HttpClient add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
HttpFoundation Merge branch '3.4' into 4.4 2020-04-06 12:16:26 +02:00
HttpKernel [HttpKernel][FrameworkBundle] fix compat with Debug component 2020-04-04 13:58:35 +02:00
Inflector add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Intl add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Ldap add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Lock add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Mailer Force ping after transport Exception 2020-04-10 20:51:00 +02:00
Messenger Fix wrong namespaces 2020-04-01 08:23:29 +02:00
Mime add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
OptionsResolver Merge branch '3.4' into 4.4 2020-04-06 12:16:26 +02:00
Process Supress error from fread when reading a unix pipe 2020-04-07 21:12:26 +02:00
PropertyAccess Merge branch '3.4' into 4.4 2020-04-06 12:16:26 +02:00
PropertyInfo Merge branch '3.4' into 4.4 2020-04-06 12:16:26 +02:00
Routing minor #36246 [Routing] Add installation and minimal example to README (wouterj) 2020-04-04 11:11:00 +02:00
Security Track session usage when setting the token 2020-04-03 19:46:33 +02:00
Serializer Merge branch '3.4' into 4.4 2020-04-06 12:16:26 +02:00
Stopwatch add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Templating add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Translation add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Validator Merge branch '3.4' into 4.4 2020-04-06 12:16:26 +02:00
VarDumper add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
VarExporter add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
WebLink add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
Workflow Merge remote-tracking branch 'origin/3.4' into 4.4 2020-04-07 15:32:43 +02:00
Yaml Merge branch '3.4' into 4.4 2020-04-06 12:16:26 +02:00