Opened 13 years ago
Closed 13 years ago
#3481 closed Bug (fixed)
Crash when accessing a remote session that is password-protected
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | High | Milestone: | 2.04 |
Component: | Qt Client | Version: | 2.03 |
Severity: | Normal | Keywords: | |
Cc: |
Description
It appears to be in the calls to NetworkReply::abort() as we loop through all the pending requests.
Things seem to be more successful if we call NetworkAccessManager::deleteLater() and then create a new one the next time HTTP requests need to be made.
Change History (2)
comment:1 Changed 13 years ago by charles
- Status changed from new to assigned
comment:2 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
fixed in the 2.0x branch by r11108
fixed in trunk by r11109