Skip to content
Snippets Groups Projects
Commit 6021bdc0 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

net.box: do not check worker_fiber in request:result,is_ready

request.id and request.errno are set appropriately whenever a connection
is closed so there's no need to check if worker_fiber is running. We do
not want to have this check in request methods so that we can move its
implementation to C, where worker_fiber isn't (and won't be) available.

Part of #6241
parent 1baba8f4
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