Skip to content

Commit

Permalink
Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Feb 28, 2024
1 parent 243f05d commit 8f258d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transports/janus_http.c
Expand Up @@ -1547,7 +1547,7 @@ static MHD_Result janus_http_handler(void *cls, struct MHD_Connection *connectio
MHD_destroy_response(response);
goto done;
}
/* Turn this into a fake "info" request */
/* Turn this into a fake "ping" request */
method = "POST";
char tr[12];
janus_http_random_string(12, (char *)&tr);
Expand Down Expand Up @@ -1968,7 +1968,7 @@ static MHD_Result janus_http_admin_handler(void *cls, struct MHD_Connection *con
MHD_destroy_response(response);
goto done;
}
/* Turn this into a fake "info" request */
/* Turn this into a fake "ping" request */
method = "POST";
char tr[12];
janus_http_random_string(12, (char *)&tr);
Expand Down

0 comments on commit 8f258d2

Please sign in to comment.