Skip to content

Commit d0fa013

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

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
@@ -609,12 +609,6 @@ private function sendRequest(string $url, string $payload = '', string $contentT
609609
}
610610
assert($request instanceof RequestInterface);
611611

612-
// @todo Handle cookies.
613-
// @todo Set UTF-8?
614-
// @todo Follow redirect location?
615-
// @todo Recommend timeout.
616-
// @todo Check if clients verify the peer's certificate.
617-
618612
$response = $this->httpClient->sendRequest($request);
619613

620614
// @todo Handle failed requests.

0 commit comments

Comments
 (0)