You are not logged in.
Pages: 1
Some regression in last 5-6 month, today I update to trunk!
FPC/Win32/64, my client TSimpleHttpClient return empty headers string in response, response body is OK, valid json response, 200.
TCurlHttp is OK return headers, ReplaceMainHttpClass(TCurlHttp), but default TWinHttp is broken. TSimpleHttpClient.Headers
Offline
I am not able to reproduce it.
Or is it because you have more than 4KB of header content?
If it is the case, https://github.com/synopse/mORMot2/commit/a734f787 may help.
Offline
Thanks @ab, problem solved.
Strange raw response with vscode including small body {"count": 8} is 2832 Bytes. But yes dwSize before QueryHeaders exec is 4108 and after is 5640 > 4KB
Last edited by ttomas (2025-01-01 19:57:54)
Offline
Pages: 1