(Hidden by Administrator)
Bug 910207 Comment 22 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Dana Keeler [:keeler] (use needinfo?) from comment #21) > Comment on attachment 8900831 [details] [diff] [review] > v1 for consideration > > Review of attachment 8900831 [details] [diff] [review]: > ----------------------------------------------------------------- > > Cool - thanks for the pointer. Were you able to verify the patch then? > Looking at the nss code that actually uses the callback, it appears to > support the callback returning SECWouldBlock: > https://dxr.mozilla.org/mozilla-central/rev/ > f0abd25e1f4acced652d180c34b7c9eda638deb1/security/nss/lib/ssl/ssl3con.c#7542 > Can we just return that if the connection is speculative and restart the > handshake when it's not longer speculative? Not a bad idea! I can give it a try. Thanks.