Implement wxWebRequestCURL::GetBytesSent

This commit is contained in:
Tobias Taschner
2018-11-04 14:46:03 +01:00
parent 127b596ada
commit fe4a5343f7
2 changed files with 11 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ private:
struct curl_slist *m_headerList;
wxScopedPtr<wxWebResponseCURL> m_response;
wxScopedPtr<wxWebAuthChallengeCURL> m_authChallenge;
wxFileOffset m_bytesSent;
void DestroyHeaderList();