Skip to content

Commit 071f842

Browse files
committed
Revert "CDRIVER-1147: Let the other end know we are about to shutdown"
This reverts commit 12120ec.
1 parent 98d83ba commit 071f842

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mongoc/mongoc-stream-tls-openssl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ _mongoc_stream_tls_openssl_destroy (mongoc_stream_t *stream)
7777

7878
BSON_ASSERT (tls);
7979

80-
/* Attempt to be good TLS citizens and notify the other end we are shutting down */
81-
BIO_ssl_shutdown (openssl->bio);
82-
8380
BIO_free_all (openssl->bio);
8481
openssl->bio = NULL;
8582

0 commit comments

Comments
 (0)