]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_http_websocket.c: Continue reading after ping/pong
authorNickolay Shmyrev <nshmyrev@alphacephei.com>
Mon, 22 Jun 2020 17:16:15 +0000 (19:16 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 7 Jul 2020 14:34:12 +0000 (09:34 -0500)
commitb96b4ec4386d452bc3d75b83831eb66806fe7a85
treec20cc4fb5ba9992087c82b5435b22ba0a15fbee5
parentbdcaa275da492ceb6806c37d1cfd8344d18e67ad
res_http_websocket.c: Continue reading after ping/pong

Do not return error if the client received ping frame
while looking for a string and just wait for another frame.

ASTERISK-28958 #close

Change-Id: I4d06b4827bd71e56cbaafc011ffdcef9f0332922
res/res_http_websocket.c