aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/html/.gitignore
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-01-10 16:29:16 +0100
committerIngela Anderton Andin <[email protected]>2011-01-10 16:29:16 +0100
commit2c0b7c2a77ad5da376e85d208e29bd471061ac9a (patch)
tree0f7d36e58778b83f6cc2dd61ce0dede99899e569 /lib/ssl/doc/html/.gitignore
parent095d5ebc0f739982b55b95fdd9919a6331b4b2b1 (diff)
downloadotp-2c0b7c2a77ad5da376e85d208e29bd471061ac9a.tar.gz
otp-2c0b7c2a77ad5da376e85d208e29bd471061ac9a.tar.bz2
otp-2c0b7c2a77ad5da376e85d208e29bd471061ac9a.zip
Fixed Dialyzer specs
------------------------------------------------------------------------- ssl's published documentation states: ssl_accept(ListenSocket) -> ssl_accept(ListenSocket, Timeout) -> ok | {error, Reason} (see http://www.erlang.org/doc/man/ssl.html#ssl_accept-1) while its code has the specs: -spec ssl_accept(#sslsocket{}) -> {ok, #sslsocket{}} | {error, reason()}. -spec ssl_accept(#sslsocket{}, list() | timeout()) -> {ok, #sslsocket{}} | {error, reason()}. One of the two cannot be right. This should be fixed. Moreover, I do not see why the spec just mentions list() for the options when the documentation explicitly mentions the options of ssl. Kostis ---------------------------------------------------------------------
Diffstat (limited to 'lib/ssl/doc/html/.gitignore')
0 files changed, 0 insertions, 0 deletions