You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/09/02 21:07:20 UTC

[jira] [Resolved] (TS-4581) CID 1356973 dead code in proxy/hdrs/HTTP.cc

     [ https://issues.apache.org/jira/browse/TS-4581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-4581.
-------------------------------
    Resolution: Fixed

> CID 1356973 dead code in proxy/hdrs/HTTP.cc
> -------------------------------------------
>
>                 Key: TS-4581
>                 URL: https://issues.apache.org/jira/browse/TS-4581
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Nathan Garabedian
>            Assignee: Nathan Garabedian
>             Fix For: 7.0.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> 1069
>     	notnull: At condition url_start, the value of url_start cannot be NULL.
>     	dead_error_condition: The condition !url_start cannot be true.
>     	notnull: At condition url_end, the value of url_end cannot be NULL.
>     	dead_error_condition: The condition !url_end cannot be true.
> 1070    if (!url_start || !url_end)
>     	
> CID 1356973 (#1 of 1): Logically dead code (DEADCODE)
> dead_error_line: Execution cannot reach this statement: return PARSE_ERROR;.
> 1071      return PARSE_ERROR;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)