------------------
* In HTTP handler, the cache filename contains client's source port and human
readable datetime, making debugging easier.
* We no longer create a thread for each request.
* API break: move load_file and unload_file from TFTP handlers to Session.
* Use CleverHandler instead of FileSystemHandler by default.
* Free resources if client disconnect before completing a transfert.