Browse Source

added cookie-eater comment

Jiri Kuthan 24 years ago
parent
commit
c6c8eb881e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      modules/tm/t_funcs.c

+ 3 - 0
modules/tm/t_funcs.c

@@ -1025,6 +1025,9 @@ int t_update_timers_after_sending_reply( struct retrans_buff *rb )
       if ( Trans->T_canceled==T_NULL )
             return 1;
       Trans->T_canceled->T_canceler = Trans;
+     /* put CANCEL transaction on wait only if canceled transaction already
+        is in final status and there is nothing to cancel; 
+     */
      if ( Trans->T_canceled->status>=200)
             t_put_on_wait( Trans );
    }