You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be qDGK6d1q6aMJ6/5GlrQxvUnM3+Vj/R3SWv/ZYfVxaKo= or at least a method to get the raw cookie.
3. What did you see instead?
The sign is interpreted as space.
4. What version of OpenSwoole are you using (show your `php --ri openswoole`)?
☁ swoole-bug php --ri openswoole
openswoole
Open Swoole => enabled
Author => Open Swoole Group <hello@openswoole.com>
Version => 22.0.0
Built => Apr 19 2023 13:12:05
coroutine => enabled with boost asm context
kqueue => enabled
rwlock => enabled
pcre => enabled
zlib => 1.2.11
Directive => Local Value => Master Value
openswoole.enable_coroutine => On => On
openswoole.enable_preemptive_scheduler => Off => Off
openswoole.display_errors => On => On
openswoole.unixsock_buffer_size => 262144 => 262144
5. What is your machine environment used (show your `uname -a` & `php -v` & `gcc -v`) ?
If we add a cookie with a "+" as value, this value get's encoded as " ".
Should be
qDGK6d1q6aMJ6/5GlrQxvUnM3+Vj/R3SWv/ZYfVxaKo=
or at least a method to get the raw cookie.The sign is interpreted as space.
MacOS and Linux (Alpine) with PHP 8.2.
We use the native php alpine image from docker hub and install openswoole via https://github.com/mlocati/docker-php-extension-installer.
The text was updated successfully, but these errors were encountered: