mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
Return to the read fiber immediately after parsing the request; write the response after the query is complete, but take care not to interleave responses by using a _ready_to_respond variable.