Skip to content

Use strlen instead of mb_strlen #118

@Ezanor

Description

@Ezanor

Hi,

Is there any reason to use mb_strlen instead of strlen for the Content-Length header here :

'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 working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions