Stop requiring nightly

This commit is contained in:
Jonas Herzig 2020-04-03 20:52:28 +02:00
parent f7308bb6d0
commit 0949807830
3 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,3 @@
#![feature(try_from)]
// TODO For some reason, reconnecting without reloading the page and without disconnecting the
// previous connection (i.e. multiple simultaneous connections) causes FF to reject our DTLS
// cert. Works in Chrome, or in different tabs or when properly closing the old connection.