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 2020/12/17 23:57:21 UTC

[GitHub] [trafficserver] ywkaras commented on a change in pull request #7393: Add compression support to stats_over_http

ywkaras commented on a change in pull request #7393:
URL: https://github.com/apache/trafficserver/pull/7393#discussion_r545483392



##########
File path: plugins/stats_over_http/stats_over_http.c
##########
@@ -98,6 +141,11 @@ typedef struct stats_state_t {
   int output_bytes;
   int body_written;
   output_format output;
+  encoding_format encoding;
+  z_stream zstrm;
+#if HAVE_BROTLI_ENCODE_H
+  b_stream bstrm;

Review comment:
       Would a union make sense here?




----------------------------------------------------------------
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:
users@infra.apache.org