We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08b224 commit 3b8943bCopy full SHA for 3b8943b
src/WordPress/AsyncHttp/Client.php
@@ -366,7 +366,7 @@ private function close_connection( Request $request ) {
366
}
367
368
369
- private function get_active_requests( $states = null ) {
+ public function get_active_requests( $states = null ) {
370
$processed_requests = $this->get_requests( [
371
Request::STATE_WILL_ENABLE_CRYPTO,
372
Request::STATE_WILL_SEND_HEADERS,
0 commit comments