Search found 2 matches
- Tue Feb 25, 2020 7:44 pm
- Forum: LibHTTPD Support
- Topic: Reference Manual does not match code
- Replies: 1
- Views: 179110
Reference Manual does not match code
There are discrepancies between the Reference Manual PDF and the actual code. For instance... the manual refers to httpdGetConnection which does not exist. The manual shows httpdReadRequest with one parameter (httpd *server) but the code has three (server, plus timeout, plus int pointer to status) a...
- Wed Jan 10, 2018 1:15 pm
- Forum: mSQL Support
- Topic: mSql 4.1 IP socket
- Replies: 2
- Views: 31535
mSql 4.1 IP socket
Just downloaded and compiled mSql 4.1 and was tearing my hair out (yes, I have some left) trying to get clients to connect via the TCP socket... which should only require setting the port and setting Remote_Access True in the msql config file. I turned on "general" debugging and compared output to t...