mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
Corrected issue with openconnect <= 4.00. Reported by Mike Miller.
This commit is contained in:
@@ -414,6 +414,8 @@ restart:
|
||||
parser.data = ws;
|
||||
|
||||
/* parse as we go */
|
||||
ws->req.headers_complete = 0;
|
||||
ws->req.message_complete = 0;
|
||||
do {
|
||||
nrecvd = tls_recv(session, buf, sizeof(buf));
|
||||
if (nrecvd <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user