Skip to content

Commit 195aa56

Browse files
committed
Remove todos in BigBlueButton::sendRequest(), which are now responsibility of the client.
1 parent 603761f commit 195aa56

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/BigBlueButton.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,6 @@ private function sendRequest(string $url, string $payload = '', string $contentT
602602
}
603603
assert($request instanceof RequestInterface);
604604

605-
// @todo Handle cookies.
606-
// @todo Set UTF-8?
607-
// @todo Follow redirect location?
608-
// @todo Recommend timeout.
609-
// @todo Check if clients verify the peer's certificate.
610-
611605
$response = $this->httpClient->sendRequest($request);
612606

613607
// @todo Handle failed requests.

0 commit comments

Comments
 (0)