function handle($req)
 {
     // This is reimplemented in the subclass so that extra tracing
     // information can be extracted.  It isn't necessary in the
     // general case.
     return parent::handle($req);
 }