diff options
| author | sergey <[email protected]> | 2022-02-10 16:47:29 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:29 +0300 |
| commit | 05f59b2581f074c756adaee6b260014ac3a0c3ec (patch) | |
| tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/http/misc/httpcodes.cpp | |
| parent | 5d8d1af4df7f9cd4acc021f069546c30677e7979 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpcodes.cpp')
| -rw-r--r-- | library/cpp/http/misc/httpcodes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/misc/httpcodes.cpp b/library/cpp/http/misc/httpcodes.cpp index 7823c64f5fe..ad8c80ac1e5 100644 --- a/library/cpp/http/misc/httpcodes.cpp +++ b/library/cpp/http/misc/httpcodes.cpp @@ -1,5 +1,5 @@ -#include "httpcodes.h" - +#include "httpcodes.h" + TStringBuf HttpCodeStrEx(int code) noexcept { switch (code) { case HTTP_CONTINUE: |
