mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-13 22:49:56 +02:00
Everywhere: Make session->verb() callable
This commit is contained in:
@@ -367,7 +367,7 @@ U0 @slon_admin_http_handle_post_request(SlonHttpSession* session)
|
||||
|
||||
U0 @slon_admin_http_handle_request(SlonHttpSession* session)
|
||||
{
|
||||
switch (@slon_http_request_verb(session)) {
|
||||
switch (session->verb()) {
|
||||
case SLON_HTTP_VERB_GET:
|
||||
@slon_admin_http_handle_get_request(session);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user