Emitted when processing has failed for a message.
This could mean either that it could not be read (if [signal@Server:SoupServer:request-read
] has not been emitted for it yet
), or that the response could not be written back (if [signal@Server:SoupServer:request-read
] has been emitted but [
signal@Server:SoupServer:request-finished
] has not been).
message
is in an undefined state when this signal is emitted; the signal exists primarily to allow the server to free any
state that it may have allocated in [signal@Server:SoupServer:request-started
].
message |
the message |