Everywhere: Use session->path()
This commit is contained in:
parent
ff5a07dc04
commit
66074a5472
31 changed files with 48 additions and 48 deletions
|
@ -123,7 +123,7 @@ U0 @slon_local_server_get(SlonHttpSession* session)
|
|||
SLON_SCRATCH_BUFFER_AND_REQUEST_JSON
|
||||
no_warn request_json;
|
||||
|
||||
U8* path = @slon_http_request_path(session);
|
||||
U8* path = session->path();
|
||||
|
||||
if (!path || !StrLen(path) || StrFind(":", path) > 0) {
|
||||
@slon_local_server_not_found(session);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue