You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/10/10 23:16:30 UTC

[GitHub] [trafficserver] ywkaras commented on a diff in pull request #9127: In NetHandler, don't use a union to do a ratchet conversion to base class.

ywkaras commented on code in PR #9127:
URL: https://github.com/apache/trafficserver/pull/9127#discussion_r991695798


##########
iocore/net/P_UnixNet.h:
##########
@@ -90,7 +90,7 @@ struct EventIO {
   bool syscall         = true;    ///< if false, disable all functionality (for QUIC)
   int type             = 0;       ///< class identifier of union data.
   union {
-    Continuation *c;

Review Comment:
   This was only used to do the ratchet conversion from pointer to NetAccept to Continuation.



-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org