summary refs log tree commit diff
path: root/changelog.d/10640.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split `on_receive_pdu` in half (#10640)Richard van der Hoff2021-08-191-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.