mirror of
https://github.com/versity/versitygw.git
synced 2026-09-23 08:24:17 +00:00
The session id only existed as the sessions map key; the session record itself kept an empty id string, so the terminal reap record logged an empty id for every expired, cancelled, or destroyed session. Copy the id into the record at creation time so teardown logs identify the session they describe.