Changes between Initial Version and Version 1 of Ticket #15853, comment 23


Ignore:
Timestamp:
May 27, 2020, 9:20:25 PM (4 years ago)
Author:
ambroff

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15853, comment 23

    initial v1  
    1 I take it back, something else was setting errno. I made sure to clobber errno before calling SSL_read and now I can see that it isn't being set.
     1~~I take it back, something else was setting errno. I made sure to clobber errno before calling SSL_read and now I can see that it isn't being set.~~ EDIT: Revisiting this today, I see that this comment was incorrect because my test code was just wrong. errno does indeed get set to EINTR.