Skip to content

Split response status id away from payload #219

@StrongestNumber9

Description

@StrongestNumber9

Description

RelpFrameAccess{txn=3, command=rsp, payloadLength=45, payload=500 EXCEPTION WHILE PROCESSING SYSLOG PAYLOAD, endOfTransfer= }

->

RelpFrameAccess{txn=3, command=rsp, payloadLength=45, status=500, payload=EXCEPTION WHILE PROCESSING SYSLOG PAYLOAD, endOfTransfer= }

Use case or motivation behind the feature request

Easier to handle, no need to do .startsWith("500") checks or anything

Related issues

Additional context

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions