Skip to content

Commit

Permalink
Make get_active_requests() public
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jul 16, 2024
1 parent e08b224 commit 3b8943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WordPress/AsyncHttp/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ private function close_connection( Request $request ) {
}
}

private function get_active_requests( $states = null ) {
public function get_active_requests( $states = null ) {
$processed_requests = $this->get_requests( [
Request::STATE_WILL_ENABLE_CRYPTO,
Request::STATE_WILL_SEND_HEADERS,
Expand Down

0 comments on commit 3b8943b

Please sign in to comment.