Skip to content

Commit

Permalink
add TODO for set response status code
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Dec 7, 2020
1 parent 256a961 commit 6ae8f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ngx_oauth2_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ static ngx_int_t ngx_oauth2_handler(ngx_http_request_t *r)

ngx_set_target_variables(cfg, ctx, json_payload);

// TODO: set response, right...?
rv = NGX_OK;

end:
Expand Down

0 comments on commit 6ae8f42

Please sign in to comment.