summaryrefslogtreecommitdiffstats
path: root/dnsdist-nghttp2-in.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dnsdist-nghttp2-in.hh')
-rw-r--r--dnsdist-nghttp2-in.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dnsdist-nghttp2-in.hh b/dnsdist-nghttp2-in.hh
index a2e58a4..e630778 100644
--- a/dnsdist-nghttp2-in.hh
+++ b/dnsdist-nghttp2-in.hh
@@ -116,6 +116,10 @@ private:
/* Whether we have data that we want to write to the socket,
but the socket is full. */
bool d_pendingWrite{false};
+ /* Whether we are currently inside the readHTTPData function,
+ which is not reentrant and could be called from itself via
+ the nghttp2 callbacks */
+ bool d_inReadFunction{false};
};
class NGHTTP2Headers