mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
9befa8c5f7
this fixes a regression from 6c2a806820.
smart_str_appendl is expecting the length as the length of the string,
but key_length is the byte length of the key, including the 0
terminator.
As such, the cookie name appeneded to the header would now also include
the 0 terminator of the key name which then would be sent to the server.
48 KiB
48 KiB