aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch
diff options
context:
space:
mode:
authorakhovrychev <akhovrychev@yandex-team.ru>2022-02-10 16:49:50 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:50 +0300
commit0142011d3740f27a2ace2224e6a5714abed48f4a (patch)
tree33d9054d7f83bec5a15a607d5f9059e6dd40e6e4 /library/cpp/http/fetch
parentf4edb31a1d309efb6c243b2615a587cbbdec081d (diff)
downloadydb-0142011d3740f27a2ace2224e6a5714abed48f4a.tar.gz
Restoring authorship annotation for <akhovrychev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/fetch')
-rw-r--r--library/cpp/http/fetch/httpfsm.rl62
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/httpfsm.rl6 b/library/cpp/http/fetch/httpfsm.rl6
index eab0328b18..2be81c7f79 100644
--- a/library/cpp/http/fetch/httpfsm.rl6
+++ b/library/cpp/http/fetch/httpfsm.rl6
@@ -262,7 +262,7 @@ action set_status_303{ if (hd) hd->http_status = 303; }
url = url_char+ >clear_buf $update_buf;
loc_url = any_text_char+ >clear_buf $update_buf;
location = "location"i def loc_url eoh %set_location;
-refresh = "refresh"i def int ';' lws "url="i loc_url eoh %set_location;
+refresh = "refresh"i def int ';' lws "url="i loc_url eoh %set_location;
################# x-robots-tag ################
action set_x_robots {