Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split response status id away from payload #219

Open
StrongestNumber9 opened this issue Jul 2, 2024 · 1 comment
Open

Split response status id away from payload #219

StrongestNumber9 opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@StrongestNumber9
Copy link
Contributor

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

@StrongestNumber9 StrongestNumber9 added the enhancement New feature or request label Jul 2, 2024
@StrongestNumber9
Copy link
Contributor Author

Alternatively leave it as-is and add secondary state attribute?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants