ssl & unclean shutdown response

This commit is contained in:
Henrique Magarotto
2013-01-15 17:58:10 -02:00
parent 9619dfbe7b
commit f269e1ca23
5 changed files with 68 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ protected:
void connect(const SocketAddress& address);
std::string proxyRequestPrefix() const;
void proxyAuthenticate(HTTPRequest& request);
int read(char* buffer, std::streamsize length);
private:
HTTPSClientSession(const HTTPSClientSession&);