Skip to content

Commit

Permalink
Fix wrong comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Jan 11, 2021
1 parent 2c551e9 commit 45dc17a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ namespace handlers::http
// ordinary_method_handler_t
//
/*!
* @brief Обработчик соединения, который обрабатывает метод CONNECT.
* @brief Обработчик соединения, который обрабатывает HTTP-методы,
* отличные от CONNECT (вроде GET, POST, DELETE и т.д.).
*/
class ordinary_method_handler_t final : public handler_with_out_connection_t
{
Expand Down

0 comments on commit 45dc17a

Please sign in to comment.