You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Alistair Stevenson (Created) (JIRA)" <ji...@apache.org> on 2011/12/22 18:03:30 UTC

[jira] [Created] (TS-1061) TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h. The extra parameter needs to be removed as it is not used.

TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h.  The extra parameter needs to be removed as it is not used.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: TS-1061
                 URL: https://issues.apache.org/jira/browse/TS-1061
             Project: Traffic Server
          Issue Type: Bug
          Components: Plugins
    Affects Versions: 3.0.1, 3.1.1
         Environment: Redhat Linux but it is not environment specific
            Reporter: Alistair Stevenson
            Priority: Minor
             Fix For: 3.1.1


The definitions are:

./proxy/InkAPI.cc:TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp, int *bytes)
./proxy/api/ts/ts.h.in:  tsapi int TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp);

The "int * bytes" parameter is not used and means that the function does not resolve and so cannot be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TS-1061) TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h. The extra parameter needs to be removed as it is not used.

Posted by "Leif Hedstrom (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-1061.
-------------------------------

    Resolution: Fixed

Committed on trunk, sorry for tardiness, please keep 'em bug reports coming!
                
> TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h.  The extra parameter needs to be removed as it is not used.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-1061
>                 URL: https://issues.apache.org/jira/browse/TS-1061
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.1.1, 3.0.1
>         Environment: Redhat Linux but it is not environment specific
>            Reporter: Alistair Stevenson
>            Assignee: Leif Hedstrom
>            Priority: Minor
>              Labels: api-change
>             Fix For: 3.1.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The definitions are:
> ./proxy/InkAPI.cc:TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp, int *bytes)
> ./proxy/api/ts/ts.h.in:  tsapi int TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp);
> The "int * bytes" parameter is not used and means that the function does not resolve and so cannot be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TS-1061) TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h. The extra parameter needs to be removed as it is not used.

Posted by "Igor Galić (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Galić updated TS-1061:
---------------------------

    Backport to Version: 3.0.3
    
> TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h.  The extra parameter needs to be removed as it is not used.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-1061
>                 URL: https://issues.apache.org/jira/browse/TS-1061
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.1.1, 3.0.1
>         Environment: Redhat Linux but it is not environment specific
>            Reporter: Alistair Stevenson
>            Assignee: Igor Galić
>            Priority: Minor
>              Labels: api-change
>             Fix For: 3.1.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The definitions are:
> ./proxy/InkAPI.cc:TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp, int *bytes)
> ./proxy/api/ts/ts.h.in:  tsapi int TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp);
> The "int * bytes" parameter is not used and means that the function does not resolve and so cannot be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (TS-1061) TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h. The extra parameter needs to be removed as it is not used.

Posted by "Igor Galić (Assigned JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Galić reassigned TS-1061:
------------------------------

    Assignee: Igor Galić  (was: Leif Hedstrom)
    
> TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h.  The extra parameter needs to be removed as it is not used.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-1061
>                 URL: https://issues.apache.org/jira/browse/TS-1061
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.1.1, 3.0.1
>         Environment: Redhat Linux but it is not environment specific
>            Reporter: Alistair Stevenson
>            Assignee: Igor Galić
>            Priority: Minor
>              Labels: api-change
>             Fix For: 3.1.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The definitions are:
> ./proxy/InkAPI.cc:TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp, int *bytes)
> ./proxy/api/ts/ts.h.in:  tsapi int TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp);
> The "int * bytes" parameter is not used and means that the function does not resolve and so cannot be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (TS-1061) TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h. The extra parameter needs to be removed as it is not used.

Posted by "James Peach (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Peach resolved TS-1061.
-----------------------------

    Resolution: Duplicate

Looks like this got fixed in TS-1066
                
> TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h.  The extra parameter needs to be removed as it is not used.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-1061
>                 URL: https://issues.apache.org/jira/browse/TS-1061
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.1.1, 3.0.1
>         Environment: Redhat Linux but it is not environment specific
>            Reporter: Alistair Stevenson
>            Assignee: Igor Galić
>            Priority: Minor
>              Labels: api-change
>             Fix For: 3.1.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The definitions are:
> ./proxy/InkAPI.cc:TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp, int *bytes)
> ./proxy/api/ts/ts.h.in:  tsapi int TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp);
> The "int * bytes" parameter is not used and means that the function does not resolve and so cannot be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TS-1061) TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h. The extra parameter needs to be removed as it is not used.

Posted by "Leif Hedstrom (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-1061:
------------------------------

    Fix Version/s:     (was: 3.1.1)
                   3.1.2
         Assignee: Leif Hedstrom

I think this slipped under the radar, due to the old fix version (3.1.1 was released a while ago).
                
> TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h.  The extra parameter needs to be removed as it is not used.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-1061
>                 URL: https://issues.apache.org/jira/browse/TS-1061
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.1.1, 3.0.1
>         Environment: Redhat Linux but it is not environment specific
>            Reporter: Alistair Stevenson
>            Assignee: Leif Hedstrom
>            Priority: Minor
>              Labels: api-change
>             Fix For: 3.1.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The definitions are:
> ./proxy/InkAPI.cc:TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp, int *bytes)
> ./proxy/api/ts/ts.h.in:  tsapi int TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp);
> The "int * bytes" parameter is not used and means that the function does not resolve and so cannot be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (TS-1061) TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h. The extra parameter needs to be removed as it is not used.

Posted by "Igor Galić (Reopened JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Galić reopened TS-1061:
----------------------------


reopen for backport
                
> TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h.  The extra parameter needs to be removed as it is not used.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-1061
>                 URL: https://issues.apache.org/jira/browse/TS-1061
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.1.1, 3.0.1
>         Environment: Redhat Linux but it is not environment specific
>            Reporter: Alistair Stevenson
>            Assignee: Igor Galić
>            Priority: Minor
>              Labels: api-change
>             Fix For: 3.1.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The definitions are:
> ./proxy/InkAPI.cc:TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp, int *bytes)
> ./proxy/api/ts/ts.h.in:  tsapi int TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp);
> The "int * bytes" parameter is not used and means that the function does not resolve and so cannot be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira