data handler improves, written test for nfproxy, new option on parsing fail

This commit is contained in:
Domingo Dirutigliano
2025-03-09 22:14:34 +01:00
parent 9dfe229a26
commit 73c40d2f5d
21 changed files with 1077 additions and 306 deletions

View File

@@ -71,7 +71,7 @@ class TCPInputStream(InternalTCPStream):
TCPClientStream = TCPInputStream
class TCPOutputStream:
class TCPOutputStream(InternalTCPStream):
"""
This datamodel will assemble the TCP output stream from the server sent data.
The function that use this data model will be handled when: