You are not logged in.
Pages: 1
CONNECTION: KEEP-ALIVE, UPGRADE
mormot.net.http
1374 repeat
1375 inc(P);
1376 until P^ <= ' ';
Inc(P); // add ok
Last edited by redhan_xp (2023-03-18 07:48:35)
Offline
Perhaps https://github.com/synopse/mORMot2/commit/5b6a729b
is more correct than inc(P);
Offline
until P^ <> ' ';
test ok, thanks
Offline
Pages: 1