Skip to content

Commit

Permalink
sip/transp: remove unneeded websocket tmr
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed May 10, 2023
1 parent 5f1f2ea commit 5dbb6b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sip/transp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,9 +1160,6 @@ static void http_req_handler(struct http_conn *hc, const struct http_msg *msg,
if (err)
goto out;

tmr_start(&conn->tmr, TCP_ACCEPT_TIMEOUT * 1000,
conn_tmr_handler, conn);

out:
if (err) {
(void)http_reply(hc, 500, "Server Error", NULL);
Expand Down

0 comments on commit 5dbb6b4

Please sign in to comment.