summaryrefslogtreecommitdiffstats
path: root/src/shrpx_downstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shrpx_downstream.h')
-rw-r--r--src/shrpx_downstream.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shrpx_downstream.h b/src/shrpx_downstream.h
index 146cae5..15f3a47 100644
--- a/src/shrpx_downstream.h
+++ b/src/shrpx_downstream.h
@@ -448,6 +448,9 @@ public:
// connection.
int on_read();
+ void repeat_header_timer();
+ void stop_header_timer();
+
// Resets upstream read timer. If it is active, timeout value is
// reset. If it is not active, timer will be started.
void reset_upstream_rtimer();
@@ -562,6 +565,8 @@ private:
// if frontend uses RFC 8441 WebSocket bootstrapping via HTTP/2.
StringRef ws_key_;
+ ev_timer header_timer_;
+
ev_timer upstream_rtimer_;
ev_timer upstream_wtimer_;