|
|
|
@ -940,6 +940,11 @@ void ServiceConnection(AcceptedConnection *conn)
@@ -940,6 +940,11 @@ void ServiceConnection(AcceptedConnection *conn)
|
|
|
|
|
// Read HTTP message headers and body
|
|
|
|
|
ReadHTTPMessage(conn->stream(), mapHeaders, strRequest, nProto); |
|
|
|
|
|
|
|
|
|
if (strURI != "/") { |
|
|
|
|
conn->stream() << HTTPReply(HTTP_NOT_FOUND, "", false) << std::flush; |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Check authorization
|
|
|
|
|
if (mapHeaders.count("authorization") == 0) |
|
|
|
|
{ |
|
|
|
|