[sr-dev] warning on missing stateless_reply route

Juha Heinanen jh at tutpro.com
Thu Sep 3 10:19:33 CEST 2009


Daniel-Constantin Mierla writes:

 > > onreply_route [stateless_reply] { # process transactionless replies
 > >     xlog("L_NOTICE", "Reply from $si does not belong to transaction\n");
 > >     return 0;   # 0 == drop
 > > }
 > >
 > > if i remember correctly, this used to work at some point, but not
 > > anymore.
 > >   
 > In K drop() forked discard of replies. exit() which is equivalent of 
 > "return 0" just terminates the execution of route and relays the reply. 
 > This behavior will be there very soon.

daniel,

i didn't quite understand, which behavior you refer to.  the problem
that i reported was related to un-true error message, because
stateless_reply onreply_route has been defined.

i don't remember where i got the above example, i.e., if it came from k
or sr lists.

-- juha



More information about the sr-dev mailing list