]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_http_websocket: Don't send HTTP response fragmented. 79/779/1
authorJoshua Colp <jcolp@digium.com>
Sat, 4 Jul 2015 23:22:01 +0000 (20:22 -0300)
committerJoshua Colp <jcolp@digium.com>
Sat, 4 Jul 2015 23:24:48 +0000 (20:24 -0300)
commit55137c3d123626e3a4621bd325b36b62e634abc5
tree6211082b1c886e5d6712f2b07631317aafd09222
parent49f81ddb85a4460ae69569a87a0ea1ae264e3019
res/res_http_websocket: Don't send HTTP response fragmented.

This change makes it so that when accepting a WebSocket
connection the HTTP response is sent as one packet instead of
fragmented. Browsers don't like it when you send it fragmented.

ASTERISK-25103

Change-Id: I9b82c4ec2949b0bce692ad0bf6f7cea9709e7f69
res/res_http_websocket.c