We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OK, I'me aware to use Git/TortoiseGit so I send an issue.
There is a problem in criticalsection mamagment so I change SynCommons.pas :
And I have move declaration and procedure to handle correctly SSL certificate (I create separate unit to do this) in SynCrtSock.pas
mORMot.zip
The text was updated successfully, but these errors were encountered:
Should have been fixed inbetween by 136f3b0
Sorry, something went wrong.
Moving all http.sys declarations into interface part is a huge step, which breaks existing unit layout.
It has been done properly in mORMot 2, and I guess https://github.com/synopse/mORMot2/blob/master/src/lib/mormot.lib.winhttp.pas is what you expect in fact.
But for mORMot 1, I wouldn't do this, it would be confusing for sure for the SynCrtSock unit which is already huge.
Please discuss any further in the forum.
No branches or pull requests
OK, I'me aware to use Git/TortoiseGit so I send an issue.
There is a problem in criticalsection mamagment so I change SynCommons.pas :
And I have move declaration and procedure to handle correctly SSL certificate (I create separate unit to do this) in SynCrtSock.pas
mORMot.zip
The text was updated successfully, but these errors were encountered: