mirror of
https://github.com/monero-project/monero.git
synced 2025-11-26 15:56:26 -05:00
Refactor out to_nonconst_iterator.h
Relevant commit on old PR:
2499269696
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