client WebSocket fixes

This commit is contained in:
Guenter Obiltschnig
2013-06-23 09:49:15 +02:00
parent 364536c5fd
commit 5444ac07f5
4 changed files with 9 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
//
// HTTPRequest.h
//
// $Id: //poco/1.4/Net/include/Poco/Net/HTTPRequest.h#2 $
// $Id: //poco/1.4/Net/include/Poco/Net/HTTPRequest.h#3 $
//
// Library: Net
// Package: HTTP
@@ -161,6 +161,7 @@ public:
static const std::string COOKIE;
static const std::string AUTHORIZATION;
static const std::string PROXY_AUTHORIZATION;
static const std::string UPGRADE;
protected:
void getCredentials(const std::string& header, std::string& scheme, std::string& authInfo) const;