diff options
Diffstat (limited to 'src/lib/http/request.h')
-rw-r--r-- | src/lib/http/request.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/http/request.h b/src/lib/http/request.h index 0cad579df5..387a109519 100644 --- a/src/lib/http/request.h +++ b/src/lib/http/request.h @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -63,7 +63,7 @@ public: /// @brief Constructor for inbound HTTP request. HttpRequest(); - /// @brief Constructor for oubtound HTTP request. + /// @brief Constructor for outbound HTTP request. /// /// @param method HTTP method, e.g. POST. /// @param uri URI. @@ -135,7 +135,6 @@ public: /// /// @return true if the client has requested persistent connection, false /// otherwise. - /// @throw InvalidOperation if the method is called for the outbound message. bool isPersistent() const; protected: |