You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When sending data from an external system that exceeds the configured MaxRequestLength, the session is closed due to a protocol error. I need a way to handle this scenario gracefully, notify the client about the issue, and prevent the session from closing abruptly.
Expected Behavior
The server should handle oversized requests gracefully, notify the client about the issue, and prevent the session from closing abruptly.
Actual Behavior
The session is closed due to a protocol error when the data exceeds the MaxRequestLength.
we are using a custom implementation of the BeginEndMarkReceiveFilter from SuperSocket. Specifically, the class MLLPBeginEndMarkReceiveFilter extends BeginEndMarkReceiveFilter.
The text was updated successfully, but these errors were encountered:
Description
When sending data from an external system that exceeds the configured MaxRequestLength, the session is closed due to a protocol error. I need a way to handle this scenario gracefully, notify the client about the issue, and prevent the session from closing abruptly.
Expected Behavior
The server should handle oversized requests gracefully, notify the client about the issue, and prevent the session from closing abruptly.
Actual Behavior
The session is closed due to a protocol error when the data exceeds the MaxRequestLength.
we are using a custom implementation of the BeginEndMarkReceiveFilter from SuperSocket. Specifically, the class MLLPBeginEndMarkReceiveFilter extends BeginEndMarkReceiveFilter.
The text was updated successfully, but these errors were encountered: