Add a 'request_id' to TID requests and responses
authorJennifer Richards <jennifer@painless-security.com>
Thu, 26 Apr 2018 01:02:06 +0000 (21:02 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Thu, 26 Apr 2018 01:02:06 +0000 (21:02 -0400)
This adds a random hex string ID to each TID request. This is
propagated as the request is forwarded, then included in the response.
The field is not required, and is mostly an aid for debugging.

Adds two methods (tid_req_get_request_id and tid_resp_get_request_id)
to the public library interface.


No differences found