Yes, but the socket values differ by the thousands in Windows from handle values returned by CreateFile.
On MAC they don't differ at all - it immediately gets re-used. - Deon -----Original Message----- From: sqlite-users <[email protected]> On Behalf Of Peter Da Silva Sent: Tuesday, April 17, 2018 1:13 PM To: SQLite mailing list <[email protected]> Subject: Re: [sqlite] Header corruption On 4/17/18, 3:08 PM, "sqlite-users on behalf of Deon Brewis" <[email protected] on behalf of [email protected]> wrote: > So this was a special case of re-using the File handle as per the corruption > guide. One just has to be in the mindset that on unix based platforms, a > socket is a file handle. (Not instinctive if you're coming from a Windows > background). Even on Windows, wouldn't doing an ssl_shutdown on a socket you'd already closed still have a risk of unexpected behavior? _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

