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

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

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

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

    TS-5030: Fixes the sizeof issues, adds a constant

    

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

    $ git pull https://github.com/zwoop/trafficserver TS-5030

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

    https://github.com/apache/trafficserver/pull/1273.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 #1273
    
----
commit da82bf79765d4a6eab4cd6b8f11a1e4e03c35447
Author: Leif Hedstrom <[email protected]>
Date:   2016-12-22T22:50:44Z

    TS-5030: Fixes the sizeof issues, adds a constant

----


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

    Worklog Id:     (was: 34094)
    Time Spent: 2h 50m  (was: 2h 40m)

> Proposal: Add API to get the client request UUID directly from a TSHttpTx
> -------------------------------------------------------------------------
>
>                 Key: TS-5030
>                 URL: https://issues.apache.org/jira/browse/TS-5030
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: TS API
>            Reporter: David Calavera
>            Assignee: Leif Hedstrom
>             Fix For: 7.1.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> The new UUID api introduced in 
> https://github.com/apache/trafficserver/pull/736 is great for tracing 
> operations and requests. However, the most useful information for plugin 
> developers, the unique client request id, is not exposed as an api endpoint. 
> People need to understand very well how TrafficServer works internally to 
> generate this value. By not having the API directly exposed, people need to 
> repeat the same code every time they want to generate this unique identifier.
> I'd like to add an API enpoint to generate this identifier based in a given 
> http transaction for plugins to use.
> This would be the signature:
> tsapi const char * TSClientRequestUuidGet(TSHttpTxn txnp);



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

Reply via email to