Re: Re: [users@httpd] Announcing mod_websocket v0.1.2

2020-07-27 Thread Steffen Land
Below I running with Windows 32 and using the example mod_websocket_echo.so. But with Windows 64 it is not running: AH00526: Syntax error on line 122 of C:/Apache24/conf/httpd.conf: Could not find initialization function "_echo_init@0" for WebSocketHandler modules/mod_websocket_echo.so

Re: [users@httpd] Announcing mod_websocket v0.1.2

2020-07-27 Thread Steffen Land
Build with vcxproj and tested on Windows VS16. All looks fine : [websocket:info] [pid 2428:tid 2268] [client ::1:50195] established new WebSocket connection Only a few warninf: mod_websocket.c(1186,57): warning C4244: 'function': conversion from 'apr_int64_t' to 'apr_size_t', possible