Skip to content

Commit

Permalink
Also sign connections
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 23, 2024
1 parent 0826608 commit ccd2e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/req-perform-connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ req_perform_connection <- function(req, blocking = TRUE) {
check_request(req)
check_bool(blocking)

req <- auth_sign(req)

Check warning on line 40 in R/req-perform-connection.R

View check run for this annotation

Codecov / codecov/patch

R/req-perform-connection.R#L40

Added line #L40 was not covered by tests
req_prep <- req_prepare(req)
handle <- req_handle(req_prep)
the$last_request <- req
Expand Down

0 comments on commit ccd2e8c

Please sign in to comment.