-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid uneeded fragmented TLS work around for PHP 7.3.3+
The work around was introduced in order to bring TLS 1.3 support to all supported versions, but at the same time it may cause very large data chunks for high throughput scenarios. The underlying bug has been fixed in PHP 7.3.3 and PHP 7.2.15, so we can avoid this now uneeded work around on said version.
- Loading branch information
Showing
2 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters