hsa: http connect proxy fix 69/42269/2
authorMatus Fabian <[email protected]>
Thu, 30 Jan 2025 14:33:06 +0000 (09:33 -0500)
committerFlorin Coras <[email protected]>
Thu, 30 Jan 2025 17:27:06 +0000 (17:27 +0000)
Type: fix

Change-Id: I4fb493c98ed6d59d10fad0e5ef73b6f80f6b232e
Signed-off-by: Matus Fabian <[email protected]>
src/plugins/hs_apps/proxy.c

index 1bcc1e8..ca088f4 100644 (file)
@@ -1137,7 +1137,8 @@ active_open_tx_callback (session_t * ao_s)
   if (sc->pair.is_http)
     {
       /* notify HTTP transport */
-      session_program_rx_io_evt (sc->pair.session_handle);
+      session_program_transport_io_evt (sc->pair.session_handle,
+                                       SESSION_IO_EVT_RX);
     }
   else
     {