Conversation
| // affected versions. Please update your PHP version. | ||
| // This applies to all streams because TLS may be enabled later on. | ||
| // See https://github.com/reactphp/socket/issues/105 | ||
| $limitWriteChunks = (PHP_VERSION_ID < 70018 || (PHP_VERSION_ID < 70114 && PHP_VERSION_ID >= 70100)); |
clue
changed the title
Work around write chunk size for TLS streams for PHP < 7.1.14
Work around write chunk size for TLS streams for PHP < 7.1.4
jsor approved these changes Sep 8, 2017
clue deleted the tls-buffer branch
September 8, 2017 14:20
clue
mentioned this pull request
Merged