ywkaras commented on code in PR #9672:
URL: https://github.com/apache/trafficserver/pull/9672#discussion_r1188076097
##########
iocore/net/OCSPStapling.cc:
##########
@@ -355,31 +355,43 @@ class HTTPRequest : public Continuation
fetch()
{
SCOPED_MUTEX_LOCK(lock, mutex, this_ethread());
+ this->_result = 0;
Review Comment:
In `event_handler()`, won't `req` always be the same as `this`? What's the
point of it then?
--
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]