hsa: fix proxy ao connect 71/41571/1
authorMatus Fabian <[email protected]>
Fri, 13 Sep 2024 14:22:27 +0000 (16:22 +0200)
committerMatus Fabian <[email protected]>
Fri, 13 Sep 2024 14:22:27 +0000 (16:22 +0200)
commit6fbe913e45ff252f5d6497eb81cdcf139afc0d5d
tree40b460344ea1f2a9319c2f5636bed7477afa1882
parent9a3f387c3010e6beecb14bac595cad306cc8e661
hsa: fix proxy ao connect

Make sure that proxy server doesn't try to open connection to the
target multiple times. When client is uploading huge amount of data
it might happen that proxy_rx_callback is called again before
connection to the target is established.

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