Skip to content
Snippets Groups Projects
Commit 43ec6c67 authored by John Eikenberry's avatar John Eikenberry
Browse files

request.close should close files before cancel

File reading/writeing might block on close until finished. If the
context's cancel is run first it can cancel the session before that
finishes. So the context's cancel should always be run last.
parent 09448a4e
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