summary refs log tree commit diff
path: root/changelog.d/11112.bugfix
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/11112.bugfix')
-rw-r--r--changelog.d/11112.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11112.bugfix b/changelog.d/11112.bugfix
new file mode 100644
index 0000000000..c8e22da8cf
--- /dev/null
+++ b/changelog.d/11112.bugfix
@@ -0,0 +1 @@
+Fix a bug which caused the module API's `get_user_ip_and_agents` function to always fail on workers. `get_user_ip_and_agents` was introduced in 1.44.0 and did not function correctly on worker processes at the time.