mochi / mochiweb

MochiWeb is an Erlang library for building lightweight HTTP servers.
Other
1.86k stars 474 forks source link

Warning On OTP 21.2 #209

Closed suexcxine closed 5 years ago

suexcxine commented 5 years ago

===> Compiling mochiweb _build/default/lib/mochiweb/src/mochiweb_socket.erl:91: Warning: ssl:ssl_accept/2: deprecated; use ssl:handshake/2 instead

OvermindDL1 commented 5 years ago

Still the same warning on the latest published version of 2.18.0 on OTP 21.2.2.

etrepum commented 5 years ago

The pull request for this (#210) has not been merged yet due to a bug in OTP https://bugs.erlang.org/browse/ERL-830

OvermindDL1 commented 5 years ago

Well that was quite a bug waiting to happen there, good to see it'll be fixed in the next OTP release! ^.^;

Thanks for the update!

etrepum commented 5 years ago

21.2.3 is released (at least in the form of a tag on github) but I'm going to hold back a mochiweb release until it's available to use from travis-ci.

OvermindDL1 commented 5 years ago

21.2.3 is released (at least in the form of a tag on github) but I'm going to hold back a mochiweb release until it's available to use from travis-ci.

Looking forward, thanks much!!