Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split `on_receive_pdu` in half (#10640) | Richard van der Hoff | 2021-08-19 | 1 | -0/+1 |
Here we split on_receive_pdu into two functions (on_receive_pdu and process_pulled_event), rather than having both cases in the same method. There's a tiny bit of overlap, but not that much. |