Brandon Holbrook

Results 4 issues of Brandon Holbrook

There is a bug in at least versions 6.4 and 6.3 and I assume going back further than that, but have not verified: If tornado receives a control frame while...

websocket

Background: In `apputils.c` we have `get_system_number_of_cpus()` which returns `sysconf(_SC_NPROCESSORS_CONF));` (number of "configured" processors) and `get_system_active_number_of_cpus()` which returns `sysconf(_SC_NPROCESSORS_ONLN);` (number of "online/available" processors) Then `mainrelay.c` sets `turn_params.cpus` to `get_system_number_of_cpus()` (capped at...

python printf-style format strings, such as those used by the logging formatter, have provisions for many advanced field conversions such as field widths, padding characters, etc. For example, you can...

I was experiencing the issue mentioned in #4626 ("failed to verify server certificate fingerprint"). `synergyc --help` reports that it accepts the --tls-cert option with very little information. So my initial...