Skip to content

Commit 2766137

Browse files
committed
Remove todos in BigBlueButton::sendRequest(), which are now responsibility of the client.
1 parent fa45281 commit 2766137

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
@@ -605,12 +605,6 @@ private function sendRequest(string $url, string $payload = '', string $contentT
605605
}
606606
assert($request instanceof RequestInterface);
607607

608-
// @todo Handle cookies.
609-
// @todo Set UTF-8?
610-
// @todo Follow redirect location?
611-
// @todo Recommend timeout.
612-
// @todo Check if clients verify the peer's certificate.
613-
614608
$response = $this->httpClient->sendRequest($request);
615609

616610
// @todo Handle failed requests.

0 commit comments

Comments
 (0)