mlibbey commented on code in PR #12380:
URL: https://github.com/apache/trafficserver/pull/12380#discussion_r2226078143


##########
doc/developer-guide/cripts/cripts-misc.en.rst:
##########
@@ -243,12 +321,14 @@ Using the ``UUID`` object is simple, via the ``Get()`` 
method. Here's an example
 
    do_remap()
    {
-     static borrow req = cripts::Client::Request::Get();
+     borrow resp = cripts::Client::Response::Get();

Review Comment:
   Interesting ... I would have thought that the Client Response wouldn't yet 
be available in do_remap. Clearly you thought about it to change to it from 
req, but, just wanted to double check.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to