scw00 commented on a change in pull request #6836:
URL: https://github.com/apache/trafficserver/pull/6836#discussion_r432802832
##########
File path: iocore/net/QUICNetVConnection.cc
##########
@@ -1576,6 +1586,7 @@ QUICNetVConnection::_packetize_frames(uint8_t
*packet_buf, QUICEncryptionLevel l
bool crypto = false;
uint8_t frame_instance_buffer[QUICFrame::MAX_INSTANCE_SIZE]; // This is for
a frame instance but not serialized frame data
QUICFrame *frame = nullptr;
+ std::vector<QLog::QLogFrameUPtr> qframes;
Review comment:
Bad hack, should be more abstract
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]