Add AsyncSocketExceptionType for early data rejection.
authorKyle Nekritz <knekritz@fb.com>
Wed, 27 Sep 2017 20:11:31 +0000 (13:11 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 27 Sep 2017 20:20:33 +0000 (13:20 -0700)
Summary: To be used to signal that data that was sent as TLS 1.3 early data was lost. This needs its own exception type as it requires special handling (ie it should usually be retried immediately).

Reviewed By: siyengar

Differential Revision: D5869914

fbshipit-source-id: ca0d8ef19cb991e9d6ffe0f8c99abfb03b748ce6


No differences found