##// END OF EJS Templates
lfs: move the initialization of the upload request into the try block...
lfs: move the initialization of the upload request into the try block This (almost) guarantees that the file is closed in the case of an exception. The one hole is if the `seek(SEEK_END)`/`tell()`/`seek(0)` sequence fails. But that's going to go away when subclassing `httpconnection.httpsendfile` to fix the worker problem, so I'm not going to worry too much. (And that class appears to have the same problem.) Differential Revision: https://phab.mercurial-scm.org/D7959
Matt Harbison -
r44599:46c8f15f default
Show More
Name Size Modified Last Commit Author
/ contrib / packaging / docker
centos5 Loading ...
centos6 Loading ...
centos7 Loading ...
centos8 Loading ...
debian.template Loading ...
fedora.template Loading ...
ubuntu.template Loading ...