]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_http_websocket: Add a client connection timeout
authorKevin Harwell <kharwell@sangoma.com>
Thu, 13 Jan 2022 22:31:27 +0000 (16:31 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 31 Jan 2022 12:58:15 +0000 (06:58 -0600)
commit9f5c1d30ed22fa67b16fb6fa6152ca9b54289e8f
treeba0039cec85dc5181335eceb90473d20f54db737
parentc1ca028a0b618f03146f35e2258caecdb195d7cc
res_http_websocket: Add a client connection timeout

Previously there was no way to specify a connection timeout when
attempting to connect a websocket client to a server. This patch
makes it possible to now do such.

Change-Id: I5812f6f28d3d13adbc246517f87af177fa20ee9d
include/asterisk/http_websocket.h
res/res_http_websocket.c