add _update_header method to messages.py

This commit is contained in:
Stefan Allius
2024-04-12 18:46:22 +02:00
parent 8431123356
commit d1e10b36ea
2 changed files with 4 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ class Message(metaclass=IterRegistry):
# to our _recv_buffer
return # pragma: no cover
def _update_header(self, _forward_buffer):
return
'''
Our puplic methods
'''