Fix pipelining bug
authorMatt Caswell <matt@openssl.org>
Wed, 1 Jun 2016 15:25:31 +0000 (16:25 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 7 Jun 2016 21:07:36 +0000 (22:07 +0100)
commit0aac3a6b1979dbebd5325bb48c01f584bf35017e
tree675e14b36d589c766fcd6d3843873c8f43bbcbfc
parentf44310e9ce2cdab64a9269ad8014be978e333db6
Fix pipelining bug

The number of read pipelines should be reset in the event of reuse of an
SSL object.

Reviewed-by: Andy Polyakov <appro@openssl.org>
ssl/record/rec_layer_s3.c