We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94752dd commit 1be4521Copy full SHA for 1be4521
src/ustreamer/stream.c
@@ -770,7 +770,7 @@ static void _stream_check_suicide(us_stream_s *stream) {
770
return;
771
}
772
773
- const atomic_ullong *last_req_ts = &stream->run->http->last_req_ts;
+ atomic_ullong *last_req_ts = &stream->run->http->last_req_ts;
774
const ldf now_ts = us_get_now_monotonic();
775
776
if (_stream_has_any_clients_cached(stream)) {
0 commit comments