diff options
| author | rustammm <[email protected]> | 2022-02-10 16:47:49 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:49 +0300 | 
| commit | 26922fe743f17dd1c12d5a4610a165bb8d11e3ef (patch) | |
| tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/http | |
| parent | bba75c9a9c9dc54ff02eb9e06a15950767602309 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http')
| -rw-r--r-- | library/cpp/http/misc/httpreqdata.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/library/cpp/http/misc/httpreqdata.h b/library/cpp/http/misc/httpreqdata.h index 6794413fecd..16e59c4d78c 100644 --- a/library/cpp/http/misc/httpreqdata.h +++ b/library/cpp/http/misc/httpreqdata.h @@ -7,7 +7,7 @@  #include <util/system/defaults.h>  #include <util/string/cast.h>  #include <library/cpp/cgiparam/cgiparam.h> -#include <util/network/address.h>  +#include <util/network/address.h>  #include <util/network/socket.h>  #include <util/generic/hash.h>  #include <util/system/yassert.h> @@ -31,10 +31,10 @@ public:          return Host;      } -    NAddr::IRemoteAddrPtr ServerAddress() const {  -        return NAddr::GetSockAddr(Socket);  -    }  -  +    NAddr::IRemoteAddrPtr ServerAddress() const { +        return NAddr::GetSockAddr(Socket); +    } +      const TString& ServerPort() const {          return Port;      } | 
