> --- a/proxy/http/HttpTransact.cc
> +++ b/proxy/http/HttpTransact.cc
> @@ -8622,10 +8622,8 @@ HttpTransact::client_result_stat(State* s,
> ink_hrtime total_time, ink_hrtime req
>      break;
>    default:
>      HTTP_SUM_TRANS_STAT(http_ua_msecs_counts_other_unclassified_stat,
>      total_msec);
> -    if (is_debug_tag_set("http")) {

Can someone explain to me what is_debug_tag_set() is good for,
in those cases where it's used used with f/printf()? 

> -      ink_release_assert(!"unclassified statistic");
> -    }
> -    //debug_tag_assert("http",!"unclassified statistic");
> +    // This can happen if a plugin manually sets the status code
> after an error.
> +    DebugTxn("http", "Unclassified statistic");
>      break;
>    }
>  }
> 
> 

i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: [email protected]
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE

Reply via email to