You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/22 22:51:20 UTC

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

     [ https://issues.apache.org/jira/browse/TS-4581?focusedWorklogId=26825&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26825 ]

ASF GitHub Bot logged work on TS-4581:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Aug/16 22:51
            Start Date: 22/Aug/16 22:51
    Worklog Time Spent: 10m 
      Work Description: GitHub user ngara opened a pull request:

    https://github.com/apache/trafficserver/pull/893

    TS-4581 CID 1356973 dead code in proxy/hdrs/HTTP.cc

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ngara/trafficserver TS-4581

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/893.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #893
    
----
commit 6cc8fbd1b267324d86db17e1ff8e6a3ece7b2772
Author: Nathan Garabedian <ng...@apple.com>
Date:   2016-06-24T22:13:46Z

    TS-4581 CID 1356973 dead code in proxy/hdrs/HTTP.cc

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 26825)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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: 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)