| Index: net/third_party/nss/ssl/ssl3con.c
|
| diff --git a/net/third_party/nss/ssl/ssl3con.c b/net/third_party/nss/ssl/ssl3con.c
|
| index 1a6612f8439f3ab667253f19a05aceafc9ab2430..9343b2b4796ea60c683ec1c465cac34488034f48 100644
|
| --- a/net/third_party/nss/ssl/ssl3con.c
|
| +++ b/net/third_party/nss/ssl/ssl3con.c
|
| @@ -8366,20 +8366,6 @@ ssl3_SendFinished(sslSocket *ss, PRInt32 flags)
|
| }
|
| }
|
|
|
| - if ((ss->ssl3.hs.snapStartType == snap_start_recovery ||
|
| - ss->ssl3.hs.snapStartType == snap_start_resume_recovery) &&
|
| - ss->ssl3.snapStartApplicationData.data) {
|
| - /* In the event that the server ignored the application data in our
|
| - * snap start extension, we need to retransmit it now. */
|
| - PRInt32 sent = ssl3_SendRecord(ss, content_application_data,
|
| - ss->ssl3.snapStartApplicationData.data,
|
| - ss->ssl3.snapStartApplicationData.len,
|
| - flags);
|
| - SECITEM_FreeItem(&ss->ssl3.snapStartApplicationData, PR_FALSE);
|
| - if (sent < 0)
|
| - return (SECStatus)sent; /* error code set by ssl3_SendRecord */
|
| - }
|
| -
|
| return SECSuccess;
|
|
|
| fail:
|
|
|