aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_connection.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2019-02-11 18:23:04 +0100
committerIngela Anderton Andin <[email protected]>2019-02-13 11:10:58 +0100
commit8e83ba4791073274d58891c5ea0da53df1bd1cdb (patch)
treed6a954636e68f0fe748a227047976a065283808d /lib/ssl/src/ssl_connection.hrl
parenteffb38acb2abddf3312262e8e8fa003613073b47 (diff)
downloadotp-8e83ba4791073274d58891c5ea0da53df1bd1cdb.tar.gz
otp-8e83ba4791073274d58891c5ea0da53df1bd1cdb.tar.bz2
otp-8e83ba4791073274d58891c5ea0da53df1bd1cdb.zip
ssl: Use gen_statem named timers to handle connection and recv timeouts
Diffstat (limited to 'lib/ssl/src/ssl_connection.hrl')
-rw-r--r--lib/ssl/src/ssl_connection.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ssl/src/ssl_connection.hrl b/lib/ssl/src/ssl_connection.hrl
index eac803bee7..83013e7fba 100644
--- a/lib/ssl/src/ssl_connection.hrl
+++ b/lib/ssl/src/ssl_connection.hrl
@@ -113,8 +113,7 @@
bytes_to_read :: undefined | integer(), %% bytes to read in passive mode
%% recv and start handling
- start_or_recv_from :: term(),
- timer :: undefined | reference() % start_or_recive_timer
+ start_or_recv_from :: term()
}).