Skip to content

Commit 3b8943b

Browse files
committed
Make get_active_requests() public
1 parent e08b224 commit 3b8943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WordPress/AsyncHttp/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ private function close_connection( Request $request ) {
366366
}
367367
}
368368

369-
private function get_active_requests( $states = null ) {
369+
public function get_active_requests( $states = null ) {
370370
$processed_requests = $this->get_requests( [
371371
Request::STATE_WILL_ENABLE_CRYPTO,
372372
Request::STATE_WILL_SEND_HEADERS,

0 commit comments

Comments
 (0)