]> source.dussan.org Git - nextcloud-server.git/commit
Fix profiler trying to serialize invalid utf8 32910/head
authorCarl Schwan <carl@carlschwan.eu>
Fri, 17 Jun 2022 08:23:03 +0000 (10:23 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Mon, 20 Jun 2022 09:11:12 +0000 (11:11 +0200)
commit35d8bdc840aa90e0788144214b475e607d81e9e0
treee0cbe81461bf62741f6683a66f482f876440c611
parent596ead787ba7f7148fceb04de9d7c08cece936bc
Fix profiler trying to serialize invalid utf8

The cookie value contains invalid utf8 characters most of the time so
let's just ignore it as it is also not that interesting to analyse.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
apps/user_ldap/lib/LDAP.php