mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-14 20:31:07 +01:00
merge Unix Domain Sockets support and other changes from develop
This commit is contained in:
@@ -140,7 +140,7 @@ std::istream* HTTPStreamFactory::open(const URI& uri)
|
||||
{
|
||||
return new HTTPResponseStream(rs, pSession);
|
||||
}
|
||||
else if (res.getStatus() == HTTPResponse::HTTP_USEPROXY && !retry)
|
||||
else if (res.getStatus() == HTTPResponse::HTTP_USE_PROXY && !retry)
|
||||
{
|
||||
// The requested resource MUST be accessed through the proxy
|
||||
// given by the Location field. The Location field gives the
|
||||
|
||||
Reference in New Issue
Block a user