Make DTLS always act as if read_ahead is set. The actual value of read_ahead
authorMatt Caswell <matt@openssl.org>
Mon, 26 Jan 2015 16:47:36 +0000 (16:47 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 27 Jan 2015 14:30:25 +0000 (14:30 +0000)
commit11b32d6e29b87eaf8d14f218ff2a739af2237555
tree9801548530e0cef4420897720159b167b582a246
parent63ac16ccac6930ac6a1dc13b5ad72765b553b876
Make DTLS always act as if read_ahead is set. The actual value of read_ahead
is ignored for DTLS.

RT#3657

Reviewed-by: Andy Polyakov <appro@openssl.org>
(cherry picked from commit 8dd4ad0ff5d1d07ec4b6dd5d5104131269a472aa)
ssl/s3_pkt.c