]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 31 Jan 2022 13:19:06 +0000 (07:19 -0600)
commit98f86697cc8a71f39fe488d872cb3a84533e8efa
tree00f65b00a19f81a15f709be47cbb88ac7703d70b
parent5b47b7a37ed3b12ded8e9355312f7af62efb2b4f
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