Message317923
The fix is correct and the bug is now obvious: data_received() occur pretty much any time after connection_made() call; if call_soon() is used in connection_made(), data_received() may find the protocol in an incorrect state.
Kudos Victor for debugging this. |
|
| Date |
User |
Action |
Args |
| 2018-05-28 21:05:15 | yselivanov | set | recipients:
+ yselivanov, vstinner, ned.deily, asvetlov |
| 2018-05-28 21:05:15 | yselivanov | set | messageid: <[email protected]> |
| 2018-05-28 21:05:15 | yselivanov | link | issue33674 messages |
| 2018-05-28 21:05:15 | yselivanov | create | |
|