mirror of
https://github.com/lxsang/ant-http
synced 2024-12-26 08:48:21 +01:00
fix stuff
This commit is contained in:
parent
73775ba1b2
commit
ea43ed8da1
@ -76,7 +76,7 @@ dictionary decode_request(int client,const char* method,const char* query)
|
|||||||
ws_confirm_request(client, ws_key);
|
ws_confirm_request(client, ws_key);
|
||||||
free(ws_key);
|
free(ws_key);
|
||||||
// insert wsocket flag to request
|
// insert wsocket flag to request
|
||||||
// plugin should handle this ugrade connection
|
// plugin should handle this ugraded connection
|
||||||
// not the server
|
// not the server
|
||||||
if(!request) request = dict();
|
if(!request) request = dict();
|
||||||
dput(request,"__web_socket__","1");
|
dput(request,"__web_socket__","1");
|
||||||
|
Loading…
Reference in New Issue
Block a user