mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 23:53:24 +01:00
Increase the request buffer to 16k
This commit is contained in:
parent
ba6226e308
commit
79ca2ee054
@ -1658,7 +1658,7 @@ timeout:
|
|||||||
}
|
}
|
||||||
|
|
||||||
ws_ctx_t *do_handshake(int sock, char * const ip) {
|
ws_ctx_t *do_handshake(int sock, char * const ip) {
|
||||||
char handshake[4096], response[4096], sha1[29], trailer[17];
|
char handshake[16 * 1024], response[4096], sha1[29], trailer[17];
|
||||||
char *scheme, *pre;
|
char *scheme, *pre;
|
||||||
headers_t *headers;
|
headers_t *headers;
|
||||||
int len, i, offset;
|
int len, i, offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user