]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/mbedtls_net_failures' into 'master'
authorAngus Gratton <angus@espressif.com>
Tue, 5 Sep 2017 03:28:43 +0000 (11:28 +0800)
committerAngus Gratton <angus@espressif.com>
Tue, 5 Sep 2017 03:28:43 +0000 (11:28 +0800)
commit74a017e1e4942a65714f3c8e6c6bf60dd0c5543e
tree0bc57d33b62237d28b652760ed59b1789127b6b9
parent9362d6681240682a00f0fe2d484a34921c92bd41
parent8ce09c2c1c306d48feb37f95b7adc427a800d13b
Merge branch 'bugfix/mbedtls_net_failures' into 'master'

mbedtls: Don't assign ctx->fd until connect() or bind() has succeeded

See merge request !1211