| commit | 1fc02dcf6ad5052b5470f53006fbc16790f2094a | [log] [tgz] |
|---|---|---|
| author | Richard Levitte <levitte@openssl.org> | Sat Apr 06 11:35:49 2002 +0000 |
| committer | Richard Levitte <levitte@openssl.org> | Sat Apr 06 11:35:49 2002 +0000 |
| tree | 0addce67fa0f1aaf8d1843b9a5db7c31a24a9533 | |
| parent | 83d092f7853e8abcc824bb68269235640a06a1d6 [diff] |
Use recv() and send() for socket communication on VMS instead of read() and write(). The reason is that read() and write() make additional record level locking which causes hangs of Compaq Secure Web Server (Apache) with SSL. Submitted by Compaq.