Added new entry point in router: errorReply

The routine if called from backend will ido:

1 reply error messages to client closing or not the session
2 open a new backend connection

An action flag is passed to the routine.
This commit is contained in:
Massimiliano Pinto
2013-10-22 10:30:16 +02:00
parent 4a189696bd
commit 8e9b7fb26a
5 changed files with 46 additions and 2 deletions

View File

@ -61,6 +61,7 @@ static ROUTER_OBJECT MyObject = {
freeSession,
execute,
diagnostics,
NULL,
NULL
};