Skip to content

Commit 43ce402

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

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

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

615609
// @todo Handle failed requests.

0 commit comments

Comments
 (0)