Skip to content
Commit 1dbcdac5 authored by Ian Whyman's avatar Ian Whyman
Browse files

Remove duplicate logic from file_request_handler

We were doing a lot of stuff twice due to being unable to keep data
between the the getInfo() and open() calls.

Now that our handler is used accross both we can do all the work just
once in getInfo() and make the IOHandler available for open() which now
contains basically zero logic.

Still lots of room for improvements, but much better than it was.
parent e89a0077
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment