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

net.box: do not create request object in Lua for sync requests

It's not really necessary - we can wait for the request to complete in C
code, without returning to Lua. Since creating a Lua object puts extra
pressure on the garbage collector, we'd better avoid it when we can.

Part of #6241
parent 78248545
No related branches found
No related tags found
Loading
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