diff options
author | Oleg Sidorkin <[email protected]> | 2022-02-10 16:49:36 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:36 +0300 |
commit | f8f6804a3e352897afabc93afcb32081e3fca601 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/misc/httpreqdata.h | |
parent | 5ce74d4fee2d42a4b86efc02dfdc704d458760e1 (diff) |
Restoring authorship annotation for Oleg Sidorkin <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpreqdata.h')
-rw-r--r-- | library/cpp/http/misc/httpreqdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/misc/httpreqdata.h b/library/cpp/http/misc/httpreqdata.h index 1f6597e68ee..16e59c4d78c 100644 --- a/library/cpp/http/misc/httpreqdata.h +++ b/library/cpp/http/misc/httpreqdata.h @@ -115,7 +115,7 @@ public: { Scan(); } - + void Scan() { CgiParam.Scan(QueryStringBuf()); } |