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

net.box: fix console connection breakage when request is discarded

If a timed-out console request is collected by the garbage collector
before the response is processed, the connection will stop serving new
requests. This happens because of the erroneous 'return' statement in
console_sm. Fix it and add a test.

Closes #6249
parent ad82655e
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