Files
aws/regtests/0243_sshort/test.py
Dmitriy Anisimkov 226262312f Avoid stuck data in the SSL input buffer.
* config/ssl/aws-net-ssl__gnutls.adb, config/ssl/aws-net-ssl__openssl.adb:
(Receive): Read all available data from SSL internal buffers.

* regtests/0243_sshort:
Test to do not stuck data in the SSL input buffer.
2014-04-07 22:16:47 +02:00

4 lines
53 B
Python

from test_support import *
build_and_run('sshort');