We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0f8fa commit 8cb6724Copy full SHA for 8cb6724
1 file changed
src/AbstractProxy.php
@@ -275,11 +275,6 @@ protected function getCurlRequestFactory(): IRequestDownloader
275
return $this->curlRequestFactory;
276
}
277
278
- protected function getRequestPostKey(): string
279
- {
280
- return $this->requestPostKey;
281
- }
282
-
283
public function getSubsequentProxyProcessingOverheadMilliseconds(): int
284
{
285
return $this->subsequentProxyProcessingOverheadMilliseconds;
0 commit comments