- Notifications
You must be signed in to change notification settings - Fork5
Commit74242c2
committed
Clear retry flags properly in replacement OpenSSL sock_write function.
Current OpenSSL code includes a BIO_clear_retry_flags() step in thesock_write() function. Either we failed to copy the code correctly, orthey added this since we copied it. In any case, lack of the clear stepappears to be the cause of the server lockup after connection loss reportedin bug #8647 from Valentine Gogichashvili. Assume that this is correctcoding for all OpenSSL versions, and hence back-patch to all supportedbranches.Diagnosis and patch by Alexander Kukushkin.1 parent07aeb1f commit74242c2
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
464 | 464 |
| |
465 | 465 |
| |
466 | 466 |
| |
467 |
| - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
468 | 471 |
| |
469 | 472 |
| |
470 | 473 |
| |
| |||
502 | 505 |
| |
503 | 506 |
| |
504 | 507 |
| |
| 508 | + | |
505 | 509 |
| |
506 | 510 |
| |
507 | 511 |
| |
|
0 commit comments
Comments
(0)