libcql icon indicating copy to clipboard operation
libcql copied to clipboard

modifications for Windows + VS2010

Open ghost opened this issue 11 years ago • 1 comments

(includes &buffer[0] access fix when buffer.size=0) tested on Windows 7

ghost avatar Aug 21 '13 11:08 ghost

When running cql_demo on Linux, I can see this:

LOG: closing connection
LOG: error reading header Operation canceled
THE END

When doing it on Windows (using your patch):

LOG: closing connection
LOG: error reading header The I/O operation has been aborted because of either a thread exit or an application request
THE END

sandvige avatar Oct 22 '13 15:10 sandvige