summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/relay/relay-http.h')
-rw-r--r--src/plugins/relay/relay-http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/relay/relay-http.h b/src/plugins/relay/relay-http.h
index 231916ebd..8ed0bcd88 100644
--- a/src/plugins/relay/relay-http.h
+++ b/src/plugins/relay/relay-http.h
@@ -61,6 +61,7 @@ struct t_relay_http_request
struct t_hashtable *headers; /* HTTP headers for websocket */
/* and API protocol */
struct t_hashtable *accept_encoding; /* allowed encoding for response */
+ struct t_relay_websocket_deflate *ws_deflate; /* websocket deflate data */
int content_length; /* value of header "Content-Length" */
int body_size; /* size of HTTP body read so far */
char *body; /* HTTP body (can be NULL) */