diff options
| author | Manuel Schölling <[email protected]> | 2015-07-18 12:48:40 +0200 |
|---|---|---|
| committer | Manuel Schölling <[email protected]> | 2015-07-18 13:00:34 +0200 |
| commit | a43011d77c26b0a371565ffe284611091cfd1de3 (patch) | |
| tree | e88b02921780ee10e777678ea166f85da2939331 /openssl/src/stack.rs | |
| parent | Merge pull request #239 from jethrogb/topic/x509_extension_fix (diff) | |
| download | rust-openssl-a43011d77c26b0a371565ffe284611091cfd1de3.tar.xz rust-openssl-a43011d77c26b0a371565ffe284611091cfd1de3.zip | |
Fix probelms with DTLS when no packets are pending.
When using DTLS you might run into the situation where no packets
are pending, so SSL_read returns len=0. On a TLS connection this
means that the connection was closed, but on DTLS it does not
(a DTLS connection cannot be closed in the usual sense).
This commit fixes a bug introduced by c8d23f3.
Conflicts:
openssl/src/ssl/mod.rs
Diffstat (limited to 'openssl/src/stack.rs')
0 files changed, 0 insertions, 0 deletions