Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 2, 2024
1 parent e2f4c19 commit 20cdabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ustreamer/http/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void us_server_loop_break(us_server_s *server) {
#define ADD_HEADER(x_key, x_value) assert(!evhttp_add_header(evhttp_request_get_output_headers(request), x_key, x_value))

static int _http_preprocess_request(struct evhttp_request *request, us_server_s *server) {
us_server_runtime_s *const run = server->run;
const us_server_runtime_s *const run = server->run;

atomic_store(&server->stream->run->http_last_request_ts, us_get_now_monotonic());

Expand Down

0 comments on commit 20cdabc

Please sign in to comment.