Results 825 comments of Vitaly Shukela

If you want to enforce specific prefix, you may want `--restrict-uri` option: ``` --restrict-uri When serving a websocket, only accept the given URI, like `/ws` This liberates other URIs for...

Is it a false positive or my cross-compilation toolchain is indeed producing infected executables?

VirusTotal also [reports](https://www.virustotal.com/gui/file/00db6782e44cdfe2351196911f038fc0e94e0eb48dcbdb3db88d1bbc71d89344/detection) numerous detections when I upload the file to it, in contrast with zero with version v1.10.0. It also reports some detections with 32-bit versions, both v1.10 and...

Compiled again and uploaded again as [`websocat_rebuild.x86_64-pc-windows-gnu.exe`](https://github.com/vi/websocat/releases/download/v1.11.0/websocat_rebuild.x86_64-pc-windows-gnu.exe), which [scores less detections](https://www.virustotal.com/gui/file/bf8a842a9a04df575cd8767d2247c84b3a6b3b245fa1d9da53c767a190da9ca5/detection).

> HTTP (??) instead of Websocket WebSocket typically starts with a HTTP upgrade. What does the client send to Websocat? You can try to log it with something like this:...

`websocat ws://127.0.0.1:50051/ws --preamble '{"type": "subscribe", "address":"xxx"}'` ?

The main difference is that `echo | websocat` allows only one message and closes the connection after it (possibly after printing reply message) and `--preamble` specifies automatic initial message, then...

Is it adapted for Websocat repository or just a template of a workflow that I should customize to be useful for the project? --- (I haven't used Github Workflows yet)

> Unfortunately can't test it in your repo without being merged. Do I need to configure credentials or do something else in Github web interface? E.g. back in travis-ci.org days...

Where Cargo features for building are getting set? In my release script different platforms (and editions e.g. "nossl") sometimes have different compile-time flags.