aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket32190
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-07-08 20:12:56 -0700
committerNeel Chauhan <neel@neelc.org>2020-07-08 20:22:02 -0700
commit60f699c859875b92602819c47c4a673343bee5fb (patch)
tree4617246e48abf697a3e23a7c821a50fa60484935 /changes/ticket32190
parente4bfa734a60555a1871a008c2a125fe55d564aa1 (diff)
downloadtor-60f699c859875b92602819c47c4a673343bee5fb.tar.gz
tor-60f699c859875b92602819c47c4a673343bee5fb.zip
Send a control port event when a stream enters the AP_CONN_STATE_CONTROLLER_WAIT state
Diffstat (limited to 'changes/ticket32190')
-rw-r--r--changes/ticket321904
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32190 b/changes/ticket32190
new file mode 100644
index 0000000000..a34fd51c60
--- /dev/null
+++ b/changes/ticket32190
@@ -0,0 +1,4 @@
+ o Minor features (control port):
+ - When a stream enters the AP_CONN_STATE_CONTROLLER_WAIT status,
+ send a control port event CONTROLLER_WAIT. Closes ticket 32190.
+ Patch by Neel Chauhan.