Files
livekit/test
David Zhao 50576b503e Handle trailing slashes in URL (#2988)
When a user includes a trailing slash in LIVEKIT_URL, it would produce
double slashes in the path, i.e. `https://myhost.livekit.cloud//twirp/RoomService.ListRooms`

Currently the server will send a 302 MOVED response, causing Twirp requests to fail.

We now remove the double slash in front within the middleware.
2024-09-07 11:30:24 -07:00
..
2024-07-20 10:25:06 +05:30
2024-08-13 11:00:41 -07:00
2023-07-27 16:43:19 -07:00
2024-06-05 19:46:34 -07:00