cmcfarlen commented on code in PR #12201: URL: https://github.com/apache/trafficserver/pull/12201#discussion_r2064092924
########## plugins/compress/compress.cc: ########## @@ -191,6 +198,16 @@ data_alloc(int compression_type, int compression_algorithms) data->bstrm.avail_out = 0; data->bstrm.total_out = 0; } +#endif +#if HAVE_ZSTD_H + data->zstd_ctx = nullptr; Review Comment: this should be `data->zstd_cctx` here (as well as other places) -- 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-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org