1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-26 18:39:48 +02:00

fix stuff

This commit is contained in:
lxsang 2016-11-24 20:36:27 +01:00
parent 73775ba1b2
commit ea43ed8da1

View File

@ -76,7 +76,7 @@ dictionary decode_request(int client,const char* method,const char* query)
ws_confirm_request(client, ws_key);
free(ws_key);
// insert wsocket flag to request
// plugin should handle this ugrade connection
// plugin should handle this ugraded connection
// not the server
if(!request) request = dict();
dput(request,"__web_socket__","1");