mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Refactor out to_nonconst_iterator.h
Relevant commit on old PR: 2499269696192ce30dd125ddee90a80d4326dff9
This commit is contained in:
parent
87ec36cacf
commit
801568d0c6
4 changed files with 1 additions and 55 deletions
|
@ -376,7 +376,7 @@ namespace net_utils
|
|||
m_query_info.m_http_method_str = result[2];
|
||||
m_query_info.m_full_request_str = result[0];
|
||||
|
||||
m_cache.erase(m_cache.begin(), to_nonsonst_iterator(m_cache, result[0].second));
|
||||
m_cache.erase(m_cache.begin(), result[0].second);
|
||||
|
||||
m_state = http_state_retriving_header;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue