Skip to content
Snippets Groups Projects
Commit 72adeda6 authored by EvgenyMekhanik's avatar EvgenyMekhanik Committed by Nikita Pettik
Browse files

net.box: implement connection closing without dropping requests

At the moment, when a net.box connection is closing we are cancel worker
fiber. In this case, data that was not sent is lost. In this patch connection
closing without dropping requests was implemented: before canceling fiber we
wait on conditional variable until all data will be sent.

Closes #6338
parent 68e768f3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment