Open adrianog opened 4 years ago
@aszlig that said, I could not fully use this on windows because of a bunch of other problems with OS calls. Some functionality was ok.
Perhaps worth specifying this is Linux only for now.
@adrianog: In theory only the command line helper should cause trouble on Windows, so I'd be curious which OS calls you stumbled on that were not supported.
A problem with the temporary file created from this was causing a failure. http://tinyurl.com/ycfs48vu "Whether the name can be used to open the file a second time, while the named temporary file is still open, varies across platforms (it can be so used on Unix; it cannot on Windows NT or later)."
Solution: line 61 in hetzner\util\http.py: