Codebase list libpoe-component-sslify-perl / c0ce991
add website link about same write issue Apocalypse 9 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
155155 }
156156
157157 # Thanks to RT#95071 and RT#58243 we need to clamp the length to the TLS 16K limit
158 # seems like the same thing happened to https://www.mail-archive.com/openssl-users@openssl.org/msg28151.html
158159 if ( $len > 16384 ) {
159160 $len = 16384;
160161 }