Skip to content
Snippets Groups Projects
Commit 3a9539e0 authored by Demian Katz's avatar Demian Katz
Browse files

Bug fix: never create row w/ session ID but no search data.

- There was a race condition where multiple parallel requests could end up with a fatal error caused by one process retrieving the partially created row generated by another process and trying to unserialize an empty string. By waiting to write the session ID to the database until we also have the data available, we can avoid this problem.
parent 4aa60580
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment