bneradt commented on code in PR #10306:
URL: https://github.com/apache/trafficserver/pull/10306#discussion_r1322144480


##########
iocore/net/OCSPStapling.cc:
##########
@@ -1097,7 +1204,21 @@ stapling_refresh_response(certinfo *cinf, 
TS_OCSP_RESPONSE **prsp)
     goto err;
   }
 
-  *prsp = query_responder(cinf->uri, cinf->user_agent, req, 
SSLConfigParams::ssl_ocsp_request_timeout);
+  if (SSLConfigParams::ssl_ocsp_request_mode) { // True: GET, False: POST

Review Comment:
   We can stick with things as is for now and tweak this if we add new modes.



-- 
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