Send a control port event when a stream enters the AP_CONN_STATE_CONTROLLER_WAIT state

This commit is contained in:
Neel Chauhan
2020-07-08 20:12:56 -07:00
parent e4bfa734a6
commit 60f699c859
6 changed files with 33 additions and 7 deletions
+4
View File
@@ -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.