fesa-core
7.0.0
|
#include <ProtocolError.h>
Errors raised by the server on an active connection when a client request is invalid because it doesn't conform to the protocol. This is raised before any user code is executed. User code has no way to know about these errors; much like TCP-level errors never reach user-land software. As a result, the state of the server must be unchanged when such an error is raised.