mirror of https://github.com/KLayout/klayout.git
Fixed crash in WebDAV access test observed on MacOS, but probably also relevant for other platforms.
This commit is contained in:
parent
84863cce71
commit
ab7db78ee8
|
|
@ -311,6 +311,9 @@ InputHttpStreamPrivateData::issue_request (const QUrl &url)
|
|||
delete mp_buffer;
|
||||
mp_buffer = 0;
|
||||
|
||||
// remove old request (important for redirect)
|
||||
close ();
|
||||
|
||||
// reset the retry counters -> this way we can detect authentication failures
|
||||
s_auth_handler->reset ();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue