summaryrefslogtreecommitdiffstats
path: root/dnsdist-nghttp2-in.hh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:49:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:49:39 +0000
commita8f8cc6ab1a1b3c15f6396471bd3817ed2fcf45e (patch)
treeb9f809216f895564c90c046f072911dce3d4ee77 /dnsdist-nghttp2-in.hh
parentAdding upstream version 1.9.3. (diff)
downloaddnsdist-upstream/1.9.4.tar.xz
dnsdist-upstream/1.9.4.zip
Adding upstream version 1.9.4.upstream/1.9.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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