Skip to content

Commit

Permalink
send_sap_logon_ticket (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Nov 5, 2023
1 parent 9a97cad commit 6c87554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/http/cl_http_client.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ CLASS cl_http_client IMPLEMENTATION.
ENDMETHOD.

METHOD if_http_client~send_sap_logon_ticket.
ASSERT 2 = 'not supported'.
* do nothing,
RETURN.
ENDMETHOD.

METHOD if_http_client~refresh_request.
Expand Down

0 comments on commit 6c87554

Please sign in to comment.