Hello, we establish a WebSocket connection using libcurl (7.61.0) (easy interface). With activated logging, schannel (Windows) is logging many thousand entries like this:
2019-02-07 15:19:18-0107 [5044]:[tWs]: VERB: CURL: schannel: client wants to read 16384 bytes 2019-02-07 15:19:18-0108 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0108 [5044]:[tWs]: VERB: CURL: schannel: Curl_read_plain returned CURLE_AGAIN 2019-02-07 15:19:18-0108 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0108 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0108 [5044]:[tWs]: VERB: CURL: schannel: decrypted data buffer: offset 0 length 16384 2019-02-07 15:19:18-0109 [5044]:[tWs]: VERB: CURL: schannel: schannel_recv cleanup 2019-02-07 15:19:18-0120 [5044]:[tWs]: VERB: CURL: schannel: client wants to read 16384 bytes 2019-02-07 15:19:18-0120 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0120 [5044]:[tWs]: VERB: CURL: schannel: Curl_read_plain returned CURLE_AGAIN 2019-02-07 15:19:18-0120 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0121 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0121 [5044]:[tWs]: VERB: CURL: schannel: decrypted data buffer: offset 0 length 16384 2019-02-07 15:19:18-0121 [5044]:[tWs]: VERB: CURL: schannel: schannel_recv cleanup 2019-02-07 15:19:18-0132 [5044]:[tWs]: VERB: CURL: schannel: client wants to read 16384 bytes 2019-02-07 15:19:18-0133 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0133 [5044]:[tWs]: VERB: CURL: schannel: Curl_read_plain returned CURLE_AGAIN 2019-02-07 15:19:18-0133 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0133 [5044]:[tWs]: VERB: CURL: schannel: encrypted data buffer: offset 0 length 17408 2019-02-07 15:19:18-0133 [5044]:[tWs]: VERB: CURL: schannel: decrypted data buffer: offset 0 length 16384 2019-02-07 15:19:18-0133 [5044]:[tWs]: VERB: CURL: schannel: schannel_recv cleanup ... hundreds of thousands will follow ... Does that simply mean it waits for data on this channel/connection or does it mean there is some activity? Is it normal to have that on WebSocket connections? Or are we doing it wrong somewhere? On Linux, there are no such messages in the logfiles for WebSocket connections. With the same code basis for our product but, of course, not schannel. Thanks, Volker ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html