-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Description
Hi,
Is there any reason to use mb_strlen instead of strlen for the Content-Length header here :
bigbluebutton-api-php/src/BigBlueButton.php
Line 475 in 48aa353
| 'Content-length: ' . mb_strlen($payload), |
mb_strlen get number of char VS strlen get the number of octets.
I just found that pre-uploading multiple pdf with some char cause bbb-web to stop reading body before the closing tag of the module presentation. And the create request fail.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working