From 46dface61946af3532d7c7a1897dcd6e80546729 Mon Sep 17 00:00:00 2001 From: Konstantin Goncharik Date: Wed, 1 Jul 2026 20:28:11 +0700 Subject: [PATCH 1/4] feat: migrate to userver v3.1, use ToJsonString in json handler --- frameworks/userver/Dockerfile | 2 +- .../userver/userver_benchmark/src/handlers/json/handler.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/userver/Dockerfile b/frameworks/userver/Dockerfile index d35c2585a..f671684a7 100644 --- a/frameworks/userver/Dockerfile +++ b/frameworks/userver/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/userver-framework/ubuntu-24.04-userver:v3.0 AS builder +FROM ghcr.io/userver-framework/ubuntu-24.04-userver:v3.1 AS builder WORKDIR /src COPY userver_benchmark/ ./ diff --git a/frameworks/userver/userver_benchmark/src/handlers/json/handler.cpp b/frameworks/userver/userver_benchmark/src/handlers/json/handler.cpp index 616253411..9700cc5f1 100644 --- a/frameworks/userver/userver_benchmark/src/handlers/json/handler.cpp +++ b/frameworks/userver/userver_benchmark/src/handlers/json/handler.cpp @@ -42,6 +42,6 @@ std::string Handler::HandleRequestThrow(const userver::server::http::HttpRequest } request.GetHttpResponse().SetHeader(userver::http::headers::kContentType, "application/json"); - return userver::formats::json::ToString(userver::formats::json::ValueBuilder{resp}.ExtractValue()); + return ToJsonString(resp); } } // namespace userver_httparena::json From d9180f8eeaad97b95ffb02989ceb70f2614b756f Mon Sep 17 00:00:00 2001 From: Konstantin Goncharik Date: Wed, 1 Jul 2026 20:40:19 +0700 Subject: [PATCH 2/4] feat: enable json-tls profile (port 8081, TLS) --- frameworks/userver/meta.json | 1 + .../userver_benchmark/configs/static_config.yaml | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frameworks/userver/meta.json b/frameworks/userver/meta.json index c58ab9dfc..cd4746966 100644 --- a/frameworks/userver/meta.json +++ b/frameworks/userver/meta.json @@ -13,6 +13,7 @@ "limited-conn", "json", "json-comp", + "json-tls", "upload", "api-4", "api-16", diff --git a/frameworks/userver/userver_benchmark/configs/static_config.yaml b/frameworks/userver/userver_benchmark/configs/static_config.yaml index b02d9c6e9..fa1176813 100644 --- a/frameworks/userver/userver_benchmark/configs/static_config.yaml +++ b/frameworks/userver/userver_benchmark/configs/static_config.yaml @@ -23,18 +23,16 @@ components_manager: components: # Configuring components that were registered via component_list server: listener: - # TLS ports are disabled until upstream userver supports - # per-port TLS config (listener_impl.cpp: always uses ports[0]) ports: - port: $server-port + - port: $json-tls-port + tls: + cert: $tls-cert + private-key: $tls-key # PORTS for http2 and tls benchmarks # - port: $tls-port # tls: # cert: $tls-cert -# private-key: $tls-key -# - port: $json-tls-port -# tls: -# cert: $tls-cert # private-key: $tls-key task_processor: main-task-processor handler-defaults: From 2f96ac24ac4e68abfa43e1c5f7e4ab85827affdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Jul 2026 09:13:40 +0000 Subject: [PATCH 3/4] Benchmark results: userver --- site/data/api-16-1024.json | 24 +- site/data/api-4-256.json | 24 +- site/data/async-db-1024.json | 18 +- site/data/baseline-4096.json | 16 +- site/data/baseline-512.json | 16 +- site/data/json-4096.json | 18 +- site/data/json-comp-16384.json | 18 +- site/data/json-comp-4096.json | 18 +- site/data/json-comp-512.json | 18 +- site/data/limited-conn-4096.json | 18 +- site/data/limited-conn-512.json | 18 +- site/data/pipelined-4096.json | 14 +- site/data/pipelined-512.json | 14 +- site/data/static-1024.json | 14 +- site/data/static-4096.json | 14 +- site/data/static-6800.json | 12 +- site/data/upload-256.json | 18 +- site/static/logs/json-comp/16384/userver.log | 3553 -------- site/static/logs/pipelined/4096/userver.log | 7752 +++++++++--------- site/static/logs/pipelined/512/userver.log | 53 +- site/static/logs/upload/256/userver.log | 7 +- 21 files changed, 3894 insertions(+), 7763 deletions(-) diff --git a/site/data/api-16-1024.json b/site/data/api-16-1024.json index a71f559c7..e2d0f8824 100644 --- a/site/data/api-16-1024.json +++ b/site/data/api-16-1024.json @@ -1430,28 +1430,28 @@ { "framework": "userver", "language": "C++", - "rps": 53127, - "avg_latency": "17.67ms", - "p99_latency": "52.40ms", - "cpu": "1898.5%", - "memory": "316MiB", + "rps": 123138, + "avg_latency": "6.37ms", + "p99_latency": "32.70ms", + "cpu": "1793.4%", + "memory": "387MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "271.08MB/s", - "input_bw": "2.99MB/s", - "reconnects": 159110, - "status_2xx": 796914, + "bandwidth": "628.31MB/s", + "input_bw": "6.93MB/s", + "reconnects": 369372, + "status_2xx": 1847079, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 298734, - "tpl_json": 299154, + "tpl_baseline": 692522, + "tpl_json": 693236, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 199026 + "tpl_async_db": 461317 }, { "framework": "uvicorn", diff --git a/site/data/api-4-256.json b/site/data/api-4-256.json index c90322050..b3e7e69e1 100644 --- a/site/data/api-4-256.json +++ b/site/data/api-4-256.json @@ -1430,28 +1430,28 @@ { "framework": "userver", "language": "C++", - "rps": 21689, - "avg_latency": "10.84ms", - "p99_latency": "79.90ms", - "cpu": "402.6%", - "memory": "192MiB", + "rps": 36727, + "avg_latency": "5.62ms", + "p99_latency": "47.60ms", + "cpu": "402.3%", + "memory": "207MiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "110.61MB/s", - "input_bw": "1.22MB/s", - "reconnects": 65069, - "status_2xx": 325348, + "bandwidth": "187.32MB/s", + "input_bw": "2.07MB/s", + "reconnects": 110177, + "status_2xx": 550913, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 122066, - "tpl_json": 122026, + "tpl_baseline": 206683, + "tpl_json": 206519, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 81256 + "tpl_async_db": 137711 }, { "framework": "uvicorn", diff --git a/site/data/async-db-1024.json b/site/data/async-db-1024.json index 80585c10c..86999a2f6 100644 --- a/site/data/async-db-1024.json +++ b/site/data/async-db-1024.json @@ -1200,19 +1200,19 @@ { "framework": "userver", "language": "C++", - "rps": 238653, - "avg_latency": "3.75ms", - "p99_latency": "11.10ms", - "cpu": "5564.3%", - "memory": "301MiB", + "rps": 240730, + "avg_latency": "3.68ms", + "p99_latency": "11.50ms", + "cpu": "5662.5%", + "memory": "302MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "919.91MB/s", - "input_bw": "15.93MB/s", - "reconnects": 95488, - "status_2xx": 2386535, + "bandwidth": "928.01MB/s", + "input_bw": "16.07MB/s", + "reconnects": 96245, + "status_2xx": 2407308, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-4096.json b/site/data/baseline-4096.json index c084f9930..5a5f6290b 100644 --- a/site/data/baseline-4096.json +++ b/site/data/baseline-4096.json @@ -1692,19 +1692,19 @@ { "framework": "userver", "language": "C++", - "rps": 978241, - "avg_latency": "4.19ms", - "p99_latency": "13.40ms", - "cpu": "6153.4%", - "memory": "445MiB", + "rps": 1023845, + "avg_latency": "4.00ms", + "p99_latency": "10.70ms", + "cpu": "6397.2%", + "memory": "440MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "134.31MB/s", - "input_bw": "75.57MB/s", + "bandwidth": "140.56MB/s", + "input_bw": "79.09MB/s", "reconnects": 0, - "status_2xx": 4891208, + "status_2xx": 5119226, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-512.json b/site/data/baseline-512.json index d28dfcf7c..d822090fd 100644 --- a/site/data/baseline-512.json +++ b/site/data/baseline-512.json @@ -1692,19 +1692,19 @@ { "framework": "userver", "language": "C++", - "rps": 602547, - "avg_latency": "852us", - "p99_latency": "3.42ms", - "cpu": "6004.9%", - "memory": "199MiB", + "rps": 1013429, + "avg_latency": "504us", + "p99_latency": "3.56ms", + "cpu": "6462.3%", + "memory": "223MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "82.73MB/s", - "input_bw": "46.55MB/s", + "bandwidth": "139.13MB/s", + "input_bw": "78.28MB/s", "reconnects": 0, - "status_2xx": 3012738, + "status_2xx": 5067145, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-4096.json b/site/data/json-4096.json index 443d81147..ab04655d5 100644 --- a/site/data/json-4096.json +++ b/site/data/json-4096.json @@ -1420,19 +1420,19 @@ { "framework": "userver", "language": "C++", - "rps": 209552, - "avg_latency": "19.24ms", - "p99_latency": "41.00ms", - "cpu": "6403.9%", - "memory": "580MiB", + "rps": 660436, + "avg_latency": "5.87ms", + "p99_latency": "12.50ms", + "cpu": "6550.5%", + "memory": "557MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "742.10MB/s", - "input_bw": "9.99MB/s", - "reconnects": 40267, - "status_2xx": 1047762, + "bandwidth": "2.28GB/s", + "input_bw": "31.49MB/s", + "reconnects": 130759, + "status_2xx": 3302180, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-16384.json b/site/data/json-comp-16384.json index 60bc74c0b..803e2d7a3 100644 --- a/site/data/json-comp-16384.json +++ b/site/data/json-comp-16384.json @@ -1162,19 +1162,19 @@ { "framework": "userver", "language": "C++", - "rps": 107028, - "avg_latency": "148.57ms", - "p99_latency": "566.80ms", - "cpu": "6089.1%", - "memory": "1.4GiB", + "rps": 296534, + "avg_latency": "54.21ms", + "p99_latency": "205.90ms", + "cpu": "6275.8%", + "memory": "1.6GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "145.37MB/s", - "input_bw": "7.96MB/s", - "reconnects": 15747, - "status_2xx": 535140, + "bandwidth": "402.74MB/s", + "input_bw": "22.06MB/s", + "reconnects": 51193, + "status_2xx": 1482671, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-4096.json b/site/data/json-comp-4096.json index ae339304f..395029035 100644 --- a/site/data/json-comp-4096.json +++ b/site/data/json-comp-4096.json @@ -1162,19 +1162,19 @@ { "framework": "userver", "language": "C++", - "rps": 107622, - "avg_latency": "38.06ms", - "p99_latency": "80.30ms", - "cpu": "6575.7%", - "memory": "546MiB", + "rps": 294876, + "avg_latency": "13.84ms", + "p99_latency": "29.00ms", + "cpu": "6576.3%", + "memory": "596MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "146.13MB/s", - "input_bw": "8.01MB/s", - "reconnects": 20454, - "status_2xx": 538112, + "bandwidth": "400.53MB/s", + "input_bw": "21.93MB/s", + "reconnects": 57257, + "status_2xx": 1474384, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-512.json b/site/data/json-comp-512.json index b16db6a2a..31b896655 100644 --- a/site/data/json-comp-512.json +++ b/site/data/json-comp-512.json @@ -1162,19 +1162,19 @@ { "framework": "userver", "language": "C++", - "rps": 104248, - "avg_latency": "4.91ms", - "p99_latency": "11.00ms", - "cpu": "6490.2%", - "memory": "251MiB", + "rps": 301634, + "avg_latency": "1.69ms", + "p99_latency": "4.49ms", + "cpu": "6544.9%", + "memory": "257MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "141.58MB/s", - "input_bw": "7.75MB/s", - "reconnects": 20801, - "status_2xx": 521241, + "bandwidth": "409.70MB/s", + "input_bw": "22.44MB/s", + "reconnects": 60265, + "status_2xx": 1508171, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-4096.json b/site/data/limited-conn-4096.json index d66503873..fc69975a4 100644 --- a/site/data/limited-conn-4096.json +++ b/site/data/limited-conn-4096.json @@ -1692,19 +1692,19 @@ { "framework": "userver", "language": "C++", - "rps": 850039, - "avg_latency": "4.81ms", - "p99_latency": "15.50ms", - "cpu": "6090.8%", - "memory": "578MiB", + "rps": 862744, + "avg_latency": "4.74ms", + "p99_latency": "12.90ms", + "cpu": "6164.9%", + "memory": "590MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "116.69MB/s", - "input_bw": "65.66MB/s", - "reconnects": 423697, - "status_2xx": 4250195, + "bandwidth": "118.45MB/s", + "input_bw": "66.64MB/s", + "reconnects": 430959, + "status_2xx": 4313722, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-512.json b/site/data/limited-conn-512.json index ced86419a..94802e8a4 100644 --- a/site/data/limited-conn-512.json +++ b/site/data/limited-conn-512.json @@ -1692,19 +1692,19 @@ { "framework": "userver", "language": "C++", - "rps": 701718, - "avg_latency": "720us", - "p99_latency": "3.98ms", - "cpu": "5875.4%", - "memory": "240MiB", + "rps": 833674, + "avg_latency": "605us", + "p99_latency": "3.81ms", + "cpu": "6194.6%", + "memory": "253MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "96.34MB/s", - "input_bw": "54.21MB/s", - "reconnects": 350772, - "status_2xx": 3508594, + "bandwidth": "114.46MB/s", + "input_bw": "64.40MB/s", + "reconnects": 416850, + "status_2xx": 4168371, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-4096.json b/site/data/pipelined-4096.json index 9accbe49c..e0ec2d803 100644 --- a/site/data/pipelined-4096.json +++ b/site/data/pipelined-4096.json @@ -1636,18 +1636,18 @@ { "framework": "userver", "language": "C++", - "rps": 1341176, - "avg_latency": "48.74ms", - "p99_latency": "65.10ms", - "cpu": "6578.2%", - "memory": "898MiB", + "rps": 1313040, + "avg_latency": "49.65ms", + "p99_latency": "66.40ms", + "cpu": "6737.5%", + "memory": "873MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "184.13MB/s", + "bandwidth": "180.27MB/s", "reconnects": 0, - "status_2xx": 6705883, + "status_2xx": 6565201, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-512.json b/site/data/pipelined-512.json index 1d1f6387c..8f8a29789 100644 --- a/site/data/pipelined-512.json +++ b/site/data/pipelined-512.json @@ -1636,18 +1636,18 @@ { "framework": "userver", "language": "C++", - "rps": 1450332, - "avg_latency": "5.66ms", - "p99_latency": "9.20ms", - "cpu": "6642.5%", - "memory": "261MiB", + "rps": 1432437, + "avg_latency": "5.72ms", + "p99_latency": "9.21ms", + "cpu": "6697.5%", + "memory": "268MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "199.12MB/s", + "bandwidth": "196.67MB/s", "reconnects": 0, - "status_2xx": 7251661, + "status_2xx": 7162188, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-1024.json b/site/data/static-1024.json index 561288fdc..dbfa5701a 100644 --- a/site/data/static-1024.json +++ b/site/data/static-1024.json @@ -1332,18 +1332,18 @@ { "framework": "userver", "language": "C++", - "rps": 165314, - "avg_latency": "6.21ms", - "p99_latency": "6.21ms", - "cpu": "6593.7%", - "memory": "438MiB", + "rps": 163130, + "avg_latency": "6.29ms", + "p99_latency": "24.97ms", + "cpu": "6608.7%", + "memory": "440MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "9.82GB", + "bandwidth": "9.69GB", "reconnects": 0, - "status_2xx": 843129, + "status_2xx": 831895, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-4096.json b/site/data/static-4096.json index 6047cca3f..f5ef3bfd5 100644 --- a/site/data/static-4096.json +++ b/site/data/static-4096.json @@ -1332,18 +1332,18 @@ { "framework": "userver", "language": "C++", - "rps": 188463, - "avg_latency": "21.77ms", - "p99_latency": "21.77ms", - "cpu": "6563.2%", - "memory": "931MiB", + "rps": 186922, + "avg_latency": "21.96ms", + "p99_latency": "89.45ms", + "cpu": "6560.8%", + "memory": "930MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "11.20GB", + "bandwidth": "11.10GB", "reconnects": 0, - "status_2xx": 961180, + "status_2xx": 953366, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-6800.json b/site/data/static-6800.json index e1c70e79a..8a46e54df 100644 --- a/site/data/static-6800.json +++ b/site/data/static-6800.json @@ -1332,18 +1332,18 @@ { "framework": "userver", "language": "C++", - "rps": 194260, - "avg_latency": "35.98ms", - "p99_latency": "35.98ms", - "cpu": "6569.8%", + "rps": 192268, + "avg_latency": "35.89ms", + "p99_latency": "235.88ms", + "cpu": "6410.8%", "memory": "1.3GiB", "connections": 6800, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "11.54GB", + "bandwidth": "11.42GB", "reconnects": 0, - "status_2xx": 990853, + "status_2xx": 980323, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-256.json b/site/data/upload-256.json index e005db2ce..4cb38b7a4 100644 --- a/site/data/upload-256.json +++ b/site/data/upload-256.json @@ -1281,19 +1281,19 @@ { "framework": "userver", "language": "C++", - "rps": 623, - "avg_latency": "382.98ms", - "p99_latency": "1.09s", - "cpu": "6628.9%", - "memory": "3.9GiB", + "rps": 632, + "avg_latency": "376.16ms", + "p99_latency": "1.11s", + "cpu": "6735.6%", + "memory": "4.0GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "91.07KB/s", - "input_bw": "4.94GB/s", - "reconnects": 535, - "status_2xx": 3125, + "bandwidth": "92.45KB/s", + "input_bw": "5.01GB/s", + "reconnects": 560, + "status_2xx": 3171, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/static/logs/json-comp/16384/userver.log b/site/static/logs/json-comp/16384/userver.log index a2de75932..e69de29bb 100644 --- a/site/static/logs/json-comp/16384/userver.log +++ b/site/static/logs/json-comp/16384/userver.log @@ -1,3553 +0,0 @@ -tskv timestamp=2026-06-08T08:33:02.498914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64284, fd=16919 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.499093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24926, fd=14784 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.501738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51194, fd=4910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.501824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56250, fd=4756 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.501852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37176, fd=8647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.503351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53828, fd=7074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.503355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12976, fd=5312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.503559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63452, fd=2783 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.504189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44478, fd=2045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.504198 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38448, fd=7832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.504201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25512, fd=345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.509055 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24692, fd=292 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.509145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34838, fd=8076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.509218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23962, fd=11781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47720, fd=7701 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47546, fd=8873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511148 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25078, fd=16130 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57402, fd=415 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11154, fd=7906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1310, fd=5381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59728, fd=6335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4768, fd=12177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65036, fd=6881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15082, fd=15136 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28784, fd=3655 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4908, fd=12477 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511542 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26512, fd=8264 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30906, fd=2512 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20166, fd=11546 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24334, fd=11559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65058, fd=4127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39414, fd=6102 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19340, fd=15177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511802 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23352, fd=9353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32434, fd=3571 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26376, fd=452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17362, fd=15306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24298, fd=11419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63368, fd=14991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23900, fd=10806 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52154, fd=6462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.511860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10776, fd=15838 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11296, fd=9741 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40402, fd=8114 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48622, fd=8403 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13022, fd=15352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25058, fd=302 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37654, fd=597 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38884, fd=932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44556, fd=8699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47730, fd=5505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18682, fd=13395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23888, fd=13115 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512424 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42524, fd=16821 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25936, fd=12258 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28400, fd=496 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2034, fd=11811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17434, fd=12918 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7904, fd=5979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43896, fd=3344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4182, fd=12077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1900, fd=6232 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23998, fd=12251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51198, fd=9188 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30076, fd=1790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50562, fd=9071 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512673 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34686, fd=7856 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59166, fd=8040 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35230, fd=5580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512719 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17866, fd=6470 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13048, fd=14477 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512750 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15014, fd=2203 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512773 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35000, fd=12520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512775 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48758, fd=4305 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512777 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27404, fd=1689 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512806 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43492, fd=3077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12872, fd=13204 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36922, fd=16728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.512981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36842, fd=7963 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4868, fd=14631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56410, fd=11594 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5150, fd=2826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513007 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9250, fd=3265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513048 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50024, fd=10945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20440, fd=15780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44760, fd=2568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38088, fd=2383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58292, fd=7728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12142, fd=2375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3458, fd=2699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6626, fd=369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35640, fd=6296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16508, fd=7549 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36048, fd=1796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2554, fd=11866 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3544, fd=13546 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7560, fd=14870 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32302, fd=1309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13548, fd=1751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42866, fd=13993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1856, fd=4267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513409 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8340, fd=15290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53246, fd=6709 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513422 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19210, fd=7738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11860, fd=9872 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17656, fd=15460 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35142, fd=5752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58166, fd=3672 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18402, fd=12595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1642, fd=15279 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43814, fd=14981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513674 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7918, fd=9775 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23386, fd=9861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53794, fd=7540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44106, fd=6896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513718 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47510, fd=12033 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513720 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20710, fd=9517 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19584, fd=13003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49922, fd=4040 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54780, fd=12126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59176, fd=14314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18388, fd=12536 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54144, fd=7724 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17982, fd=15523 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11684, fd=14754 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37538, fd=5385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16426, fd=9738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.513847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24702, fd=15379 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.514019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4946, fd=1881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.514771 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7754, fd=14084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.514901 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53936, fd=484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.514961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57274, fd=4052 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.515002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17396, fd=12843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.515434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20970, fd=10776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.515455 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5114, fd=8890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.515526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26696, fd=12990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26322, fd=11395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26066, fd=11568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62934, fd=11159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516386 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25814, fd=16087 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516515 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29886, fd=7498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516515 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41052, fd=3051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26240, fd=11955 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516759 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45508, fd=10397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4152, fd=9855 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25858, fd=7556 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25418, fd=16148 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4628, fd=15654 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50862, fd=9574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.516999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11994, fd=14733 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42968, fd=7509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44392, fd=4088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4668, fd=15505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5940, fd=11462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23856, fd=12601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65452, fd=3952 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517579 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16228, fd=4867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41022, fd=16834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19658, fd=1327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.517919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25348, fd=15952 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23488, fd=11490 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51954, fd=6084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35908, fd=16739 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23664, fd=11792 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29626, fd=9227 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23842, fd=11444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65076, fd=4007 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11076, fd=1744 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.518428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23590, fd=11468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.519297 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65226, fd=15381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.519306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14628, fd=13340 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.519332 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32092, fd=730 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.519333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9722, fd=14078 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.519343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18526, fd=11688 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.519361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24594, fd=16116 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.521520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11504, fd=11384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.521568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3004, fd=5295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.521576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32644, fd=6293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.521576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12150, fd=4824 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.521627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55246, fd=3934 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.523613 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26336, fd=5917 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.523632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3288, fd=12272 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.523833 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25490, fd=16079 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.523853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9550, fd=5183 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.523861 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13698, fd=3938 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.523861 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21260, fd=2831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.524152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25878, fd=331 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.524251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56312, fd=10874 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.524296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23196, fd=4739 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.524352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43096, fd=1397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.525275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56754, fd=5996 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.525276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27198, fd=15548 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.525340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49508, fd=11378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.525433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48610, fd=9896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.525459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57650, fd=13967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.525519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38636, fd=12818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.525530 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8308, fd=15182 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.526095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23334, fd=10998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.526876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25688, fd=16054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.527668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9396, fd=1459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.527686 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51472, fd=9588 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.528078 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29296, fd=16700 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.528090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1562, fd=10117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.528462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58558, fd=3803 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.529518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52210, fd=11560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.529537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15412, fd=1633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.529541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24158, fd=469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.529553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61066, fd=14438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.529559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30522, fd=16714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.529567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6242, fd=9831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.529583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63360, fd=13117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.529589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34288, fd=16720 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.530054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51490, fd=3559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.530102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49442, fd=8967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.530166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44216, fd=1293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.530173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27282, fd=8310 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.530980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26648, fd=10589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.531113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16336, fd=15632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.531118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16720, fd=11249 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.531302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20702, fd=11506 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.531541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24102, fd=11417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.532119 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12270, fd=3785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.532153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47740, fd=5437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.532186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18592, fd=3639 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.532208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47822, fd=15515 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.532245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34468, fd=2674 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.532257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16980, fd=6096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.532404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17910, fd=16011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.532440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23742, fd=9314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43172, fd=3973 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18354, fd=12081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13948, fd=14905 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20284, fd=6797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3330, fd=15528 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49516, fd=12668 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46248, fd=3729 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533763 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13796, fd=14147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3780, fd=7817 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40048, fd=7431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64234, fd=2313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9706, fd=3923 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.533893 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24188, fd=481 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.534451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20682, fd=10206 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.535762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25924, fd=460 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.535847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27358, fd=7732 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.535849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24084, fd=2154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.535951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22248, fd=3503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.535964 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24338, fd=15334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27184, fd=15520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25428, fd=4275 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58562, fd=9256 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536064 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27750, fd=4080 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7900, fd=13236 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26508, fd=2994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536719 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39420, fd=2191 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36034, fd=8493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9248, fd=12896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.536747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34756, fd=3267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.538537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45184, fd=8787 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.538545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11304, fd=10546 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.538590 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43718, fd=4631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.538593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31718, fd=15281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.538917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5238, fd=15690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16346, fd=14110 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8768, fd=10125 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4846, fd=11240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5596, fd=14429 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63256, fd=15031 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38910, fd=1909 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47164, fd=4060 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60814, fd=12104 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.539879 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41914, fd=4517 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6650, fd=9691 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35720, fd=4443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28078, fd=7902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27424, fd=2210 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58704, fd=10544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26608, fd=9963 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26300, fd=10221 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540316 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20930, fd=10123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20938, fd=13240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20608, fd=12043 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42906, fd=6710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23812, fd=13850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540985 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16296, fd=15374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:02.540986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16184, fd=15623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.812369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59730, fd=15953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.812405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14658, fd=13054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.815317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9034, fd=13392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.816903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47954, fd=2532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.818453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60134, fd=14159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.820029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52352, fd=13006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.820091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31808, fd=8232 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.820143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53014, fd=16133 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.820173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33332, fd=15053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.821599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54956, fd=3044 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.821592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51612, fd=13104 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.823116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64532, fd=13178 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.823123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25236, fd=9161 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.823130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4094, fd=14475 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29490, fd=8200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32360, fd=1115 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64320, fd=13483 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18610, fd=2038 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46924, fd=5817 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41822, fd=573 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41866, fd=11274 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19264, fd=3529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.824668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20830, fd=5448 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.826151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59854, fd=7274 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.826178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12292, fd=14524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.827738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53552, fd=3599 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.827792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55926, fd=6393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.827797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47288, fd=6601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.827826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12672, fd=10257 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.829414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44584, fd=5025 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.829431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65308, fd=14163 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.829433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57158, fd=2791 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.829450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35178, fd=11814 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.829453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24666, fd=7514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.829456 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2772, fd=11342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.830970 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51910, fd=6736 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.830996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47428, fd=9121 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.831029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35202, fd=12509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.831052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2766, fd=1265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41504, fd=10259 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52654, fd=5668 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45312, fd=11263 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25362, fd=14290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41524, fd=4205 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60584, fd=13436 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5580, fd=8094 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20650, fd=1578 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19932, fd=11699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55328, fd=12026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54106, fd=16096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3736, fd=13021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59440, fd=15368 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12226, fd=7055 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.832618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2360, fd=3636 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.834015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51118, fd=6833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.834024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12806, fd=7458 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.834065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55804, fd=12875 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.834124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19394, fd=9007 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.834122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44532, fd=8583 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.834123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65528, fd=14566 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.835663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26634, fd=3624 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.835667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25136, fd=9673 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.835727 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18276, fd=8351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.835733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11322, fd=14385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.835766 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1630, fd=8031 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.835770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56682, fd=12158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.837333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28198, fd=14506 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.838794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9074, fd=5820 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.838866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64390, fd=8021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.838888 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60818, fd=16120 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.838888 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57362, fd=5779 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.838907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14652, fd=3552 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.838938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25184, fd=14066 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.840336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25544, fd=14176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.840428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58074, fd=5910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.840440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33066, fd=7552 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.841896 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22016, fd=7162 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.841902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57810, fd=13144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.841920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32164, fd=16826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.841937 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31008, fd=346 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.841962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33690, fd=2586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.841987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64134, fd=15077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.842003 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37106, fd=13440 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39082, fd=5686 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55434, fd=4208 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33836, fd=5614 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47696, fd=13418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46820, fd=328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56338, fd=5210 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58630, fd=5265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54692, fd=11868 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21694, fd=2408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.843355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60486, fd=5458 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.844920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64028, fd=13169 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.844926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60310, fd=15034 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.844928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42126, fd=7145 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.844951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44582, fd=5326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.844956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7692, fd=11024 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.845655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1432, fd=480 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.845686 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57762, fd=411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.845710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19988, fd=6836 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.845727 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20276, fd=11794 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.845752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65420, fd=7064 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.845757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61812, fd=9943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.845760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13196, fd=13969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.845763 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44818, fd=6392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.847311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34772, fd=10243 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.847322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19712, fd=13905 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.847332 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1298, fd=15463 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.847368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52422, fd=13446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.847389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28094, fd=10924 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.847400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47838, fd=9233 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.848784 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35544, fd=1974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.848799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56602, fd=4372 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.848813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61666, fd=16720 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.848822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47314, fd=2772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.850291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16946, fd=11540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.850327 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10662, fd=1538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.850406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33978, fd=11389 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.851237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51354, fd=16680 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.851267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4044, fd=7349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.851300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8598, fd=362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.851335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15954, fd=16564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.851342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54556, fd=828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.852638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54604, fd=3893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.852681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51724, fd=4259 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.852741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15680, fd=5526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.852748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14712, fd=13788 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854148 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51840, fd=9351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63156, fd=4981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65500, fd=1721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43982, fd=3685 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9316, fd=11061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48976, fd=460 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854202 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23752, fd=8342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51546, fd=6007 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53932, fd=15801 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37806, fd=3884 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18996, fd=493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19112, fd=8170 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47684, fd=6083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.854259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25586, fd=12993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.855263 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21390, fd=7826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.855279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63258, fd=5336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.855280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37364, fd=4790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.855322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4706, fd=5047 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46814, fd=14934 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50774, fd=7150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26166, fd=15602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32902, fd=1429 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52834, fd=11643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856800 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6812, fd=2901 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54032, fd=2390 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25700, fd=2104 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9386, fd=5585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.856932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30016, fd=15892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.858283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52166, fd=16396 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.858312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53020, fd=6247 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.858344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60770, fd=4191 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.858348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36570, fd=1914 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.858394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44250, fd=666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.859810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39682, fd=15272 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.859858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57506, fd=3223 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.859883 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2338, fd=16067 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.859883 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55660, fd=4530 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.861209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65370, fd=1119 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.861241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15900, fd=9102 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.861271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38140, fd=5038 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.861281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20898, fd=6639 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.861283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30582, fd=6126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.861291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16546, fd=9766 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.861343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59776, fd=8423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45648, fd=15349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32098, fd=16759 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862745 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32020, fd=7302 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862749 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36968, fd=662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14884, fd=5311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862780 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40248, fd=14185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50790, fd=11568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5658, fd=3190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862806 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29194, fd=15099 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59050, fd=6988 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25306, fd=1898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4852, fd=11708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.862843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25480, fd=3752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.864310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15242, fd=3073 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.864309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1652, fd=7369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.864320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61396, fd=15915 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.864346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53778, fd=10628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.864356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22596, fd=4568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.864355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41470, fd=3085 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.864442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55298, fd=13026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.865709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25038, fd=4833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.865741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50766, fd=2037 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.865752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62468, fd=13042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.865764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36180, fd=4977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.865801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46382, fd=5917 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.865814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34748, fd=6404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.865846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19414, fd=3385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6930, fd=4437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32140, fd=16761 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867214 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3584, fd=3306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53924, fd=1312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20910, fd=8197 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867240 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10346, fd=1690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59964, fd=12110 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53704, fd=3324 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65488, fd=8414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56608, fd=726 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64922, fd=1202 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30102, fd=2444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53196, fd=2405 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60390, fd=15037 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56900, fd=2805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13962, fd=3313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28530, fd=5605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3688, fd=6627 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11360, fd=2975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29696, fd=8730 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25372, fd=14520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59052, fd=709 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63620, fd=9130 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867439 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51810, fd=8385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26934, fd=8243 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5166, fd=14685 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17498, fd=7297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1134, fd=3749 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48744, fd=14297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867467 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26838, fd=6571 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867467 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56260, fd=14131 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50682, fd=4782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2060, fd=7869 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58398, fd=2272 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7462, fd=12229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54290, fd=4467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29112, fd=4154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21840, fd=2569 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60232, fd=4753 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17802, fd=2835 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7490, fd=2540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59408, fd=15158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43116, fd=1428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26050, fd=6265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40584, fd=12879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3788, fd=16174 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27908, fd=13285 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63724, fd=13717 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15694, fd=11046 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37870, fd=3132 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867532 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45246, fd=11041 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12076, fd=14564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14528, fd=5386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6452, fd=7082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44182, fd=13472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54702, fd=11661 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13808, fd=13336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867542 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48478, fd=9910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5366, fd=1851 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35852, fd=5342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59914, fd=4267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52288, fd=9250 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25578, fd=13695 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33524, fd=14584 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50488, fd=9749 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11846, fd=15734 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44190, fd=2097 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867580 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64188, fd=3889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40180, fd=12147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5180, fd=1759 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3178, fd=1158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4456, fd=2356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24624, fd=10790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28758, fd=14152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54864, fd=6640 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867597 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15086, fd=8431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21736, fd=14170 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867616 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11124, fd=3054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867617 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12036, fd=4078 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8410, fd=1082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23738, fd=13218 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867628 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42476, fd=8459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867628 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4952, fd=4323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867630 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1136, fd=4815 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867629 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42676, fd=4298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867630 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36378, fd=13081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4438, fd=11669 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41550, fd=11437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867643 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45900, fd=7381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867643 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61664, fd=3870 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10594, fd=11523 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867642 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50306, fd=12508 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4026, fd=5518 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867645 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20098, fd=14366 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867645 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6292, fd=9529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10760, fd=10134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32426, fd=10914 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24404, fd=1282 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5236, fd=16727 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8630, fd=9085 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46430, fd=14815 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43656, fd=11047 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18112, fd=15415 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42844, fd=5486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25572, fd=7223 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49854, fd=3039 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52402, fd=13350 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58182, fd=16713 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17948, fd=7288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64204, fd=10814 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.867950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61178, fd=6997 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49924, fd=13249 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16238, fd=6742 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57466, fd=3968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65212, fd=11547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21136, fd=13401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12674, fd=1743 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32518, fd=11769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53278, fd=8102 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5008, fd=5158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38068, fd=12435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53810, fd=9962 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4678, fd=14974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55050, fd=4270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15636, fd=15315 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25876, fd=1723 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7104, fd=12053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22748, fd=5382 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63460, fd=4529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25414, fd=13616 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58158, fd=14544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19682, fd=843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32104, fd=2088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38786, fd=9091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3896, fd=13133 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32954, fd=863 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57554, fd=15263 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54968, fd=447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34354, fd=5150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37312, fd=4378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54524, fd=4706 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64484, fd=4615 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43976, fd=13853 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17516, fd=4111 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36582, fd=2218 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27654, fd=365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11094, fd=8722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13392, fd=13023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23124, fd=667 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60726, fd=998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868327 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38158, fd=12407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46702, fd=5240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59736, fd=8356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38302, fd=4451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8702, fd=9644 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23632, fd=7703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3352, fd=451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51142, fd=6267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15730, fd=8246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51696, fd=16344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56228, fd=6376 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4184, fd=14611 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38236, fd=4416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15422, fd=12616 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36354, fd=13861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32852, fd=8204 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21296, fd=10207 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2618, fd=13190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18384, fd=8963 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16512, fd=9671 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868382 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48466, fd=12886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14178, fd=11683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56192, fd=8893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44738, fd=6240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28590, fd=4026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51476, fd=14050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47978, fd=6317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46018, fd=14638 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30782, fd=2434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50032, fd=9844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20184, fd=10260 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48194, fd=1384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868421 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54536, fd=1795 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11228, fd=10671 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5104, fd=4843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48678, fd=13644 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64010, fd=1338 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35324, fd=12840 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1140, fd=15761 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36202, fd=3367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64506, fd=15505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61694, fd=16721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16066, fd=14181 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47086, fd=8321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65146, fd=15620 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64964, fd=14731 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63714, fd=7500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53662, fd=806 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3682, fd=1581 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8124, fd=1780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5820, fd=6089 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65260, fd=13741 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1286, fd=879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52332, fd=3332 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53392, fd=834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32524, fd=11108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8050, fd=1048 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34330, fd=3809 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15500, fd=14775 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32700, fd=13254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43738, fd=8452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6868, fd=6091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60848, fd=15333 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17392, fd=15897 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8076, fd=2283 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17820, fd=16434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4208, fd=7677 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27278, fd=15738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33610, fd=5485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10586, fd=12819 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50638, fd=7843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20114, fd=5968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58218, fd=8789 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15806, fd=9986 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26616, fd=13848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54316, fd=939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24340, fd=10705 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26594, fd=3443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56706, fd=12126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17810, fd=2652 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60792, fd=6490 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56458, fd=7569 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54206, fd=10414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48826, fd=351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27790, fd=12641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31892, fd=13411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868552 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59124, fd=3582 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6418, fd=10299 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41968, fd=15634 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868579 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27174, fd=6591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868579 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56546, fd=1045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868580 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43398, fd=15472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868582 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18314, fd=2398 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868582 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5706, fd=5027 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11754, fd=6903 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29628, fd=16276 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12796, fd=16132 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52914, fd=6867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13596, fd=1112 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868590 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57914, fd=13556 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868597 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13456, fd=7863 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17050, fd=1404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868601 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6628, fd=16634 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868603 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54426, fd=2325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8458, fd=6684 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55032, fd=11355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43618, fd=1472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16542, fd=11129 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57918, fd=11602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33152, fd=16842 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868629 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52240, fd=15834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868631 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38352, fd=10894 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49826, fd=3982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53606, fd=16242 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868645 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59636, fd=15566 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57972, fd=3827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23394, fd=6808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23548, fd=675 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57564, fd=11186 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59826, fd=12445 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8892, fd=11757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868653 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3356, fd=9309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1772, fd=516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868653 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16154, fd=7187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64552, fd=647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57386, fd=9919 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7216, fd=9742 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53406, fd=8698 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17666, fd=3172 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4210, fd=12854 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35008, fd=15631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48968, fd=1396 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868673 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10190, fd=12780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22936, fd=8941 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32366, fd=4022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868686 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34344, fd=2879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61582, fd=7268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45860, fd=3792 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40708, fd=9660 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14464, fd=14011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62396, fd=1726 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9070, fd=16462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2498, fd=1373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868700 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45482, fd=2616 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35002, fd=11048 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41158, fd=12956 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63430, fd=5679 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51092, fd=6431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14806, fd=5316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38474, fd=6361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1992, fd=7152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44094, fd=14328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47874, fd=4456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35226, fd=13275 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34118, fd=11014 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58330, fd=2866 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53518, fd=8309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57578, fd=2425 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47026, fd=13523 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59078, fd=10714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2120, fd=16058 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868730 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5096, fd=3261 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58362, fd=11503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868730 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30136, fd=5031 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58290, fd=6880 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55494, fd=3458 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24852, fd=11471 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60940, fd=15487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17308, fd=15710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62498, fd=6671 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7052, fd=13727 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15078, fd=14846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36302, fd=14229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26762, fd=2625 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24934, fd=13850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52624, fd=4985 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33324, fd=8144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55104, fd=12692 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26784, fd=9657 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868756 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43598, fd=1994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1584, fd=6111 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62406, fd=7881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62958, fd=10766 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25278, fd=10180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23240, fd=3088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55738, fd=3755 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6032, fd=5750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36228, fd=717 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868777 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37730, fd=6450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868780 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27878, fd=3230 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21114, fd=920 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6374, fd=12723 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25928, fd=2811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54470, fd=15502 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50330, fd=7413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44894, fd=9094 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18234, fd=7595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23276, fd=12210 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868802 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32728, fd=8735 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60254, fd=11688 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9104, fd=9577 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55264, fd=6318 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62946, fd=16195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58860, fd=3543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868821 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65070, fd=15847 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.868887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2314, fd=4654 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58248, fd=6828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56742, fd=13803 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8772, fd=9686 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64594, fd=8003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57682, fd=2830 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869096 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48418, fd=12805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22076, fd=3952 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44002, fd=12902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23770, fd=4060 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58778, fd=3868 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2128, fd=532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29666, fd=16324 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9720, fd=2649 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13624, fd=2431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24538, fd=10785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50188, fd=6512 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41176, fd=3632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62542, fd=1249 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11768, fd=12798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15474, fd=7794 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62164, fd=1797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41924, fd=12658 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3386, fd=1080 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45902, fd=2389 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23630, fd=11294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46180, fd=11510 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58784, fd=8326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65040, fd=15205 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3628, fd=5075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20804, fd=1977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55840, fd=4159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36458, fd=8482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12210, fd=4727 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64090, fd=12504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61622, fd=8158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43000, fd=7125 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8178, fd=3045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29956, fd=3945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61488, fd=4651 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29778, fd=9944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12970, fd=2542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19098, fd=2543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65356, fd=5940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11752, fd=5277 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11672, fd=10974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59984, fd=4750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60620, fd=15303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52782, fd=5722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1196, fd=15939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9612, fd=5703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30056, fd=9605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58606, fd=3547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1458, fd=872 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869248 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32492, fd=16835 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37034, fd=14455 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869248 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48486, fd=12100 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44504, fd=4251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54890, fd=9497 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19064, fd=4943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50052, fd=13783 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44114, fd=7429 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46410, fd=8947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21460, fd=6414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15928, fd=14440 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33616, fd=8407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44912, fd=7457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3992, fd=14519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64052, fd=1894 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10964, fd=5978 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45624, fd=13071 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52396, fd=13168 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55848, fd=2024 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24094, fd=12636 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32052, fd=14938 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2412, fd=1266 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26000, fd=5890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41740, fd=1121 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25286, fd=14469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56074, fd=3769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57924, fd=5950 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16482, fd=4082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17000, fd=13014 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38442, fd=13564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34464, fd=16540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15592, fd=14327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61324, fd=13086 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11270, fd=591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58102, fd=13918 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31186, fd=826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15558, fd=13979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54966, fd=8738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50394, fd=6929 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52438, fd=9548 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52928, fd=9105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8116, fd=309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869332 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52836, fd=2520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58902, fd=12605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49814, fd=9270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32592, fd=5176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56548, fd=10091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38260, fd=10188 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41144, fd=5099 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41776, fd=13246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26632, fd=5804 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25186, fd=8647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10790, fd=13248 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48474, fd=4719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8494, fd=6907 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19292, fd=8006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1170, fd=15012 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58858, fd=6719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869381 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39114, fd=5877 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869372 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64988, fd=14848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869372 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63720, fd=7652 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9064, fd=13412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23568, fd=2747 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56278, fd=7024 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869391 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34424, fd=14886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869392 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49452, fd=15017 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20026, fd=13101 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24186, fd=8426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55666, fd=2751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4954, fd=6772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55630, fd=12519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2408, fd=5908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61738, fd=12645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31324, fd=9405 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22940, fd=6344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869409 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27286, fd=11894 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11190, fd=8555 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869409 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59348, fd=11000 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60678, fd=15780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8538, fd=1522 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19870, fd=1020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13358, fd=2416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19882, fd=7104 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40190, fd=4037 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869422 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54328, fd=3584 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869425 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58718, fd=5522 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29580, fd=9646 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35048, fd=12757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46006, fd=11949 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64906, fd=4115 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41256, fd=7340 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24740, fd=15024 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57040, fd=729 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12698, fd=3699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33726, fd=15166 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869455 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64626, fd=7002 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62908, fd=15144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17876, fd=16492 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24806, fd=9586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869469 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38684, fd=14879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26930, fd=16180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42000, fd=5545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51936, fd=6174 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42006, fd=8050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59484, fd=13328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62804, fd=10700 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14206, fd=11771 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5908, fd=6514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34278, fd=6758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61754, fd=10666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54750, fd=2904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32102, fd=1255 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60454, fd=13542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32542, fd=5363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38290, fd=9852 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26118, fd=3083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869502 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2184, fd=4167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15442, fd=14068 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6978, fd=7611 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10974, fd=5207 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869512 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41788, fd=9768 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55390, fd=1340 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39672, fd=15261 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42860, fd=9970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28174, fd=6408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869522 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51524, fd=15176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44092, fd=6722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53900, fd=13369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3086, fd=3180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7272, fd=9325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60668, fd=7072 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63966, fd=8745 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45134, fd=15225 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57840, fd=1658 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55534, fd=9711 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20576, fd=13914 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64634, fd=13655 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61818, fd=11380 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24786, fd=13474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26754, fd=9542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58794, fd=6160 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9400, fd=12357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24636, fd=3419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8560, fd=5186 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869558 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34706, fd=3147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36554, fd=11488 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13652, fd=6811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50236, fd=5234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60266, fd=1539 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60142, fd=10508 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24908, fd=12913 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53010, fd=13121 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56928, fd=7475 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44960, fd=9113 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33782, fd=7928 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869591 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56374, fd=5794 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25190, fd=7723 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63622, fd=12656 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1710, fd=14224 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45048, fd=4765 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28058, fd=12970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42498, fd=8249 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17582, fd=5213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21686, fd=5549 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23664, fd=16366 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869612 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60302, fd=12480 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869613 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22628, fd=10090 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63402, fd=6306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869616 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13464, fd=3267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869616 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8046, fd=2912 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869623 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16514, fd=13720 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55966, fd=14567 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61414, fd=16214 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869628 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15424, fd=16046 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50728, fd=2295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48150, fd=3221 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13088, fd=4157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17218, fd=515 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32956, fd=9712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42374, fd=14388 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64984, fd=2298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10114, fd=12628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8900, fd=4754 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40518, fd=9523 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36384, fd=7 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7128, fd=5220 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869666 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26880, fd=10936 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62592, fd=14076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35436, fd=10201 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14192, fd=12729 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38834, fd=3706 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5430, fd=1968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56076, fd=11546 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28402, fd=6790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58320, fd=14635 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50632, fd=5555 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52932, fd=16119 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49508, fd=2782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14356, fd=5107 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60846, fd=13856 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869692 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13342, fd=6628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869691 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10534, fd=5015 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59246, fd=5331 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48700, fd=450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48032, fd=9516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10780, fd=6373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869700 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49388, fd=9643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869700 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45336, fd=9321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869700 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7160, fd=8988 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25904, fd=2275 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15122, fd=15342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32704, fd=14766 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6624, fd=1169 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50848, fd=1359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25210, fd=10942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63176, fd=6606 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42250, fd=14298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.869915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2688, fd=6329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28464, fd=10907 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870011 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59782, fd=12408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8760, fd=2066 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870010 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50910, fd=7214 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60448, fd=15751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15142, fd=15975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38970, fd=7229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60924, fd=15485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870023 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21056, fd=11373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64642, fd=4383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14824, fd=9846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39176, fd=1938 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7598, fd=11241 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37120, fd=2908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28298, fd=14337 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35870, fd=13736 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870048 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14194, fd=11038 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34100, fd=610 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13018, fd=12814 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10022, fd=4045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28724, fd=11694 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870058 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1618, fd=3534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51418, fd=7383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65134, fd=14813 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46028, fd=7894 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44968, fd=12562 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870064 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5736, fd=10840 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12738, fd=15716 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57442, fd=11388 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2348, fd=2128 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52180, fd=11960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7996, fd=4957 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35814, fd=10930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53490, fd=15404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52690, fd=4687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48380, fd=15325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58600, fd=12215 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54242, fd=11872 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27526, fd=5152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45412, fd=7498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34266, fd=16863 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64498, fd=7436 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54992, fd=8834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12888, fd=443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57626, fd=12976 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8586, fd=11433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17478, fd=14556 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22538, fd=4478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11068, fd=6798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28394, fd=8609 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60952, fd=6967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870119 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26086, fd=15596 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870119 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59460, fd=7222 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13400, fd=7059 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53036, fd=13590 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48602, fd=2721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63816, fd=4584 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18902, fd=11266 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52048, fd=12517 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6542, fd=11009 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14044, fd=6711 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54432, fd=14703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870139 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21082, fd=14010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56018, fd=4540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59744, fd=11750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1350, fd=13526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19568, fd=1217 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870155 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53260, fd=3581 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17726, fd=1662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37564, fd=14711 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41272, fd=15569 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59288, fd=4075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12396, fd=15032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52038, fd=10648 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38468, fd=16104 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18404, fd=4511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55332, fd=1136 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65264, fd=14222 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32054, fd=9979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38320, fd=3176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24180, fd=15441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24988, fd=16008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28816, fd=14591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46362, fd=13930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12726, fd=2144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50502, fd=1716 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3150, fd=7481 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57142, fd=13591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870199 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10826, fd=8824 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870200 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34872, fd=6248 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3576, fd=3924 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61594, fd=5137 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45768, fd=2442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870205 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4814, fd=1738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24868, fd=15736 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18790, fd=5041 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61054, fd=14060 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53676, fd=15649 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58244, fd=13867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2396, fd=10774 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30346, fd=16745 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4342, fd=11330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44948, fd=15149 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18334, fd=14096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59072, fd=2745 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870240 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19968, fd=943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61158, fd=16176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56142, fd=5982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61202, fd=10192 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21246, fd=15498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58134, fd=14481 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60462, fd=5167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63820, fd=13994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57540, fd=12206 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10774, fd=13228 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22182, fd=1355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24182, fd=9187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6500, fd=5734 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20628, fd=11833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5378, fd=3021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43900, fd=3193 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12188, fd=13834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55556, fd=4237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30028, fd=10929 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33568, fd=11089 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64756, fd=8466 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47824, fd=13498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55354, fd=8835 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19144, fd=14687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13682, fd=7975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38530, fd=7005 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51768, fd=8378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57836, fd=6336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44620, fd=5746 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22404, fd=5979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44358, fd=11902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1152, fd=7735 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12508, fd=12200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55154, fd=13216 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26750, fd=9939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52802, fd=2841 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24456, fd=7408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1126, fd=14634 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37402, fd=4882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63734, fd=4660 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2596, fd=16471 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16430, fd=438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52132, fd=10200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26528, fd=15796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59802, fd=6196 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34802, fd=8367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36348, fd=13187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61896, fd=3927 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7850, fd=1435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2434, fd=6461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31118, fd=5251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14838, fd=5584 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54960, fd=10341 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47782, fd=8268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64520, fd=4945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50300, fd=3533 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10564, fd=9189 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43854, fd=12716 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54406, fd=2712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22416, fd=9633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870372 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3278, fd=12397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40146, fd=9930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50534, fd=4554 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19986, fd=10919 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30670, fd=6491 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49578, fd=7051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870407 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36386, fd=4935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1634, fd=2590 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13724, fd=6717 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4404, fd=2966 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27994, fd=2245 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42998, fd=6781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47456, fd=2573 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37160, fd=2853 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57270, fd=2419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2148, fd=14971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26996, fd=10551 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59264, fd=10910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55570, fd=2553 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40998, fd=12617 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40464, fd=4179 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5636, fd=3661 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41972, fd=5717 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26018, fd=2525 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42348, fd=6244 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32306, fd=16803 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26348, fd=5244 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6732, fd=11646 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18322, fd=8171 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36374, fd=15919 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50096, fd=6500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61734, fd=1935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42240, fd=3241 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30776, fd=16190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61876, fd=12262 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61722, fd=11054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34710, fd=16789 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3884, fd=14394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36990, fd=14450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65158, fd=3747 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12480, fd=11039 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49948, fd=3485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54076, fd=7418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18586, fd=5452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15196, fd=10795 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33354, fd=12704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28798, fd=2217 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870512 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35948, fd=1052 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65270, fd=15329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870522 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43306, fd=5409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40596, fd=15925 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6630, fd=15646 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56100, fd=6477 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32768, fd=16817 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46826, fd=11933 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35460, fd=8849 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65126, fd=14979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23750, fd=491 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44258, fd=3707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2210, fd=5517 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8974, fd=9281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870570 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62256, fd=2984 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29748, fd=15438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38686, fd=4518 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52014, fd=10229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53148, fd=16542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54656, fd=7339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45824, fd=7105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19830, fd=9794 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26508, fd=7167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870590 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58958, fd=585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870591 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4708, fd=13911 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53912, fd=10375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28260, fd=3199 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8262, fd=5949 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10642, fd=8591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56618, fd=962 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5490, fd=5589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870609 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16554, fd=15022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870611 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54250, fd=7871 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870612 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18200, fd=2226 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870617 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53252, fd=10015 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870620 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57928, fd=1485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15952, fd=14295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870933 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5940, fd=7428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62764, fd=12269 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3052, fd=6455 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870937 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26250, fd=3908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26130, fd=8123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34144, fd=16326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42724, fd=7908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6068, fd=12878 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16432, fd=327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870948 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10492, fd=6531 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33688, fd=10822 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61398, fd=16213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870958 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60966, fd=10704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870967 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10544, fd=5674 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38188, fd=13663 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9608, fd=12184 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15544, fd=14095 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18358, fd=2350 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3254, fd=14917 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42242, fd=5076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3378, fd=10682 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36628, fd=3032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22034, fd=1221 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7308, fd=7134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30780, fd=9299 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44586, fd=5509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51370, fd=16281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.870998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32062, fd=16012 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871003 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45138, fd=10605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9730, fd=11986 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55452, fd=9982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36126, fd=3457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871007 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45566, fd=7893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29920, fd=306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54066, fd=15840 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58446, fd=2161 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871010 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36152, fd=3600 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2936, fd=7400 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6646, fd=10021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13820, fd=11604 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871022 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26188, fd=6114 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31526, fd=10178 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13680, fd=9699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51596, fd=3103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871034 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52150, fd=4871 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24238, fd=12637 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41986, fd=8140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21674, fd=3538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18080, fd=14956 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27800, fd=5657 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55922, fd=11226 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42638, fd=4845 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63058, fd=16371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29374, fd=2680 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17620, fd=13016 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49876, fd=12968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3622, fd=13007 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7382, fd=12473 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58646, fd=8191 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57624, fd=9446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11844, fd=6598 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871094 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58690, fd=6242 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53802, fd=14158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57072, fd=369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40916, fd=9190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15608, fd=9873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24974, fd=5911 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13302, fd=10401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45370, fd=12988 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34610, fd=4265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871119 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51422, fd=4281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15232, fd=13978 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57948, fd=10309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30562, fd=7076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25356, fd=14418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50254, fd=7036 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5928, fd=1683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19810, fd=12781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18670, fd=4165 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21292, fd=2138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5700, fd=1345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33778, fd=16793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871148 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16782, fd=13875 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871148 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1270, fd=13347 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57384, fd=6939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3936, fd=14456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47842, fd=8316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871161 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60288, fd=15718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64890, fd=3251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871161 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30054, fd=12494 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51028, fd=16675 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5902, fd=2313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60534, fd=5793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11164, fd=6210 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41114, fd=12298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16262, fd=12990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34402, fd=10975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18374, fd=11051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9498, fd=9311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53004, fd=5880 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19642, fd=9728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26496, fd=15702 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12558, fd=12568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871205 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51088, fd=8750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54648, fd=16177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871205 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32016, fd=10345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49730, fd=3277 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36894, fd=3576 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871216 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39134, fd=11879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36548, fd=10141 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41608, fd=13317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60604, fd=15285 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10154, fd=5417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37964, fd=10486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5240, fd=14338 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30570, fd=5148 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33584, fd=16834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65042, fd=8004 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60296, fd=11904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59340, fd=4580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49276, fd=5913 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45770, fd=9374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5634, fd=6624 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3160, fd=10892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35700, fd=4439 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38902, fd=3819 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18152, fd=6629 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15032, fd=12621 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24496, fd=15560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19526, fd=2407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25134, fd=12124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17074, fd=16435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38628, fd=15320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42158, fd=5690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56244, fd=3232 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39136, fd=9171 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52724, fd=608 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54122, fd=16099 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28132, fd=2959 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19864, fd=13322 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19926, fd=11556 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54662, fd=9908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50340, fd=5006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21874, fd=15016 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52444, fd=16448 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7942, fd=5106 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2510, fd=7651 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60028, fd=12600 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63406, fd=9098 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55574, fd=10185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33160, fd=15863 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871316 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17908, fd=4978 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50400, fd=9484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26892, fd=797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7706, fd=9552 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26124, fd=3481 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53206, fd=6152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53558, fd=12111 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57344, fd=6595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57440, fd=11846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40646, fd=12808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61426, fd=5044 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871327 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7468, fd=11718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39352, fd=11830 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9712, fd=7403 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871334 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8882, fd=9422 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18160, fd=16098 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29902, fd=7296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28096, fd=15882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26302, fd=14867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18884, fd=16050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49762, fd=5314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43540, fd=6142 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13864, fd=5063 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56924, fd=3328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31414, fd=5822 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40214, fd=8811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6324, fd=1154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52956, fd=9204 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37146, fd=5474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43716, fd=9172 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47608, fd=13318 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12742, fd=5381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18494, fd=6119 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53280, fd=15354 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55096, fd=6792 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33120, fd=14258 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44696, fd=9474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871383 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20864, fd=15300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871386 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63522, fd=3349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21040, fd=9684 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33620, fd=9623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15042, fd=10186 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19334, fd=8454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29564, fd=9613 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60690, fd=15432 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60796, fd=1409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15772, fd=11926 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36862, fd=1034 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54820, fd=8081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43642, fd=8670 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871421 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15370, fd=8500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871424 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1678, fd=12045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51556, fd=6881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16354, fd=2209 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28360, fd=16198 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42808, fd=4625 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25878, fd=8935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55706, fd=9891 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19138, fd=7828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46756, fd=567 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52628, fd=15117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57152, fd=10085 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53784, fd=16260 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47860, fd=8105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31608, fd=11866 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37100, fd=8269 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17436, fd=537 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50762, fd=6367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55568, fd=4585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53672, fd=16602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31516, fd=12074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17260, fd=15527 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36660, fd=2234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61258, fd=10737 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1644, fd=6892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26604, fd=2156 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10618, fd=5469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39094, fd=4054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2236, fd=2617 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50454, fd=932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871489 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11552, fd=1378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21516, fd=14116 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8828, fd=10316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39056, fd=3079 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40484, fd=12063 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58790, fd=12324 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44474, fd=3679 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65068, fd=15587 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21074, fd=1715 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31470, fd=3167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871512 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58024, fd=13816 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62052, fd=11080 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34190, fd=16859 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10630, fd=12919 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65002, fd=9937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7740, fd=5221 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36468, fd=11181 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871530 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19272, fd=15884 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17976, fd=3767 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871530 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41742, fd=1196 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871532 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2388, fd=1421 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43270, fd=12208 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3498, fd=750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49894, fd=1501 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46908, fd=5303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32716, fd=11752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39526, fd=549 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2246, fd=6068 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30958, fd=10589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31272, fd=784 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35684, fd=16882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56220, fd=6170 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2356, fd=4856 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17566, fd=2077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8384, fd=8365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54074, fd=15848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52584, fd=13811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871577 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31468, fd=1601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871580 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36632, fd=3478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29296, fd=741 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5796, fd=4356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61326, fd=4787 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62146, fd=14550 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58886, fd=3887 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52100, fd=9617 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29206, fd=6520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62738, fd=5810 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33440, fd=16832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27638, fd=15614 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63842, fd=8823 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32610, fd=15581 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3318, fd=5421 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871856 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35456, fd=13270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60240, fd=11678 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57526, fd=6580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37726, fd=6347 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64752, fd=13694 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871864 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25130, fd=9954 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55062, fd=8842 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34514, fd=8095 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871867 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57830, fd=1464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28852, fd=15393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45658, fd=11541 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8064, fd=12864 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51602, fd=7878 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41604, fd=4462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31586, fd=12169 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871882 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64784, fd=7642 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34530, fd=16872 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871883 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27884, fd=11195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871884 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56646, fd=5274 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871888 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36316, fd=14495 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2090, fd=2632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16910, fd=16411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51820, fd=7921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871906 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15210, fd=11892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5570, fd=9896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34010, fd=6689 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49462, fd=2381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19604, fd=7917 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61680, fd=1395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5208, fd=16635 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37036, fd=13158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19832, fd=6052 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39008, fd=8781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31176, fd=2621 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58378, fd=14343 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12318, fd=9755 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46094, fd=3590 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871948 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42776, fd=13150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22732, fd=1323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19786, fd=8383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14612, fd=2170 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871958 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52542, fd=1633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871959 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57630, fd=12514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871964 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40192, fd=4412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871963 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55296, fd=4607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65008, fd=12874 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59432, fd=7509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871978 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23532, fd=13165 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871985 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53470, fd=8755 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871985 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16560, fd=11495 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9774, fd=10479 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34488, fd=19 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.871999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6918, fd=13558 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872003 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9514, fd=13641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34056, fd=16843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63336, fd=386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60402, fd=380 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23562, fd=9016 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32264, fd=16828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872022 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22496, fd=6163 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54302, fd=9273 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35650, fd=13227 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21940, fd=6418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39926, fd=15416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11564, fd=9083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5318, fd=5787 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55258, fd=507 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872034 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36940, fd=11796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19982, fd=9882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3922, fd=8339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63450, fd=7938 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30924, fd=754 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49682, fd=1143 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25036, fd=14003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63786, fd=1311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36754, fd=7574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4896, fd=8127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13712, fd=3703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30092, fd=871 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24370, fd=11004 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13848, fd=9019 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53926, fd=11393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52106, fd=15808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61222, fd=11254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9314, fd=7074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39678, fd=715 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40236, fd=3071 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36984, fd=502 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59570, fd=2665 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35938, fd=13265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7510, fd=2776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58300, fd=16700 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2256, fd=16640 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46388, fd=8559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6320, fd=15752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14492, fd=13698 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3294, fd=4461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39910, fd=4898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8496, fd=7334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872096 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29052, fd=1556 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16634, fd=11642 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59076, fd=15019 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33590, fd=14874 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17780, fd=6260 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50310, fd=7523 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872109 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62202, fd=12282 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50706, fd=6769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8632, fd=12666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11340, fd=8259 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56014, fd=4485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58724, fd=8998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53052, fd=5607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44104, fd=3901 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27744, fd=14970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48658, fd=13852 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41738, fd=9719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39292, fd=6542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3928, fd=5753 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62270, fd=8183 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18522, fd=2666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872148 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43722, fd=14451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57220, fd=15156 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57376, fd=9848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43206, fd=15788 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872161 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42524, fd=3942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55934, fd=13056 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19484, fd=12219 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25466, fd=3341 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8344, fd=8103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63100, fd=10513 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57422, fd=12937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872180 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20540, fd=12225 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16942, fd=9025 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11316, fd=9666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18862, fd=5029 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5322, fd=3281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45434, fd=9593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36296, fd=10905 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17328, fd=13176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872200 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64786, fd=8565 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872200 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21752, fd=14172 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10890, fd=14364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51248, fd=6266 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24064, fd=7257 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28766, fd=14499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36518, fd=6236 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60724, fd=10353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4086, fd=5083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49536, fd=2473 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46716, fd=2153 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64496, fd=13413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35044, fd=6778 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35190, fd=9947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65304, fd=4656 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1854, fd=607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24396, fd=13341 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12906, fd=412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58558, fd=7708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39420, fd=4811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26650, fd=2499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64926, fd=6395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47008, fd=11457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21812, fd=622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24990, fd=12975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12844, fd=5179 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32010, fd=12844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64230, fd=1260 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41122, fd=1441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21348, fd=7201 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30130, fd=5511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63826, fd=12761 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47788, fd=5904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23840, fd=12336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64004, fd=5923 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38030, fd=12595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48036, fd=13606 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39786, fd=5573 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48082, fd=10298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60946, fd=2831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22774, fd=10434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15026, fd=14891 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46352, fd=707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40668, fd=13114 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51918, fd=10525 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19340, fd=15511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7630, fd=11806 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39274, fd=12829 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24880, fd=12160 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2534, fd=11030 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45716, fd=1559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52658, fd=12843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54900, fd=14191 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46276, fd=1150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16754, fd=4731 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5756, fd=4870 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17790, fd=9442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60032, fd=15699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64970, fd=6211 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65100, fd=12582 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42490, fd=3318 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872327 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62246, fd=6949 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11180, fd=15103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16320, fd=10978 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51320, fd=2529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10646, fd=14377 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50402, fd=484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11548, fd=10088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56432, fd=5856 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37178, fd=1779 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10116, fd=7438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26790, fd=9715 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24498, fd=12916 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54822, fd=3539 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41400, fd=1061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36494, fd=3967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13676, fd=4784 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46350, fd=13962 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41654, fd=4773 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34304, fd=5113 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5158, fd=1969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54278, fd=11641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29104, fd=12029 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17314, fd=9851 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55616, fd=5912 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28032, fd=3798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45274, fd=10074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872386 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25014, fd=5827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872395 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64104, fd=12921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35618, fd=14306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12490, fd=6503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35992, fd=1077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38506, fd=9598 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64168, fd=595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872412 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18306, fd=16254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59262, fd=12850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47208, fd=7770 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21850, fd=8547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872415 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58704, fd=10144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22998, fd=11975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54244, fd=1001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56188, fd=12462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872421 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57950, fd=6484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7434, fd=9111 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21576, fd=2965 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31742, fd=5302 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26078, fd=15159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7170, fd=15526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21338, fd=11552 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872439 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26282, fd=9903 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1770, fd=7789 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55260, fd=9632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40630, fd=15534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32398, fd=6789 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54630, fd=3409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17548, fd=14547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23910, fd=3348 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22900, fd=7788 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28456, fd=2714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29980, fd=6721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62556, fd=342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40836, fd=288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58736, fd=5502 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15292, fd=10392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32890, fd=8861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59028, fd=649 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59886, fd=4130 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36212, fd=9731 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8650, fd=13396 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31682, fd=3559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26446, fd=15670 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53570, fd=15514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44612, fd=5568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8782, fd=10219 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10966, fd=15084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34288, fd=8748 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45856, fd=2992 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29222, fd=15115 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8170, fd=16381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28630, fd=1684 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18834, fd=428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1420, fd=15784 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56344, fd=9750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1878, fd=2160 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37672, fd=9539 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55030, fd=7312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32850, fd=8774 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55876, fd=5444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31792, fd=6990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40794, fd=15464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22052, fd=10052 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60680, fd=11096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61668, fd=13303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872750 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10376, fd=16548 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11950, fd=13873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61024, fd=8580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872759 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11720, fd=12925 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37702, fd=9929 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47904, fd=14656 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17158, fd=4071 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872761 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13490, fd=1157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872763 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39424, fd=15042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14832, fd=14316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49604, fd=2828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51272, fd=9185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872784 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7786, fd=3891 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4936, fd=5415 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53790, fd=14890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45930, fd=11099 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30210, fd=13973 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5220, fd=8584 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29282, fd=15667 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872800 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56684, fd=7825 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57842, fd=3195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36774, fd=4503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65482, fd=5200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26636, fd=14459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55542, fd=5271 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7712, fd=14574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64130, fd=12810 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6372, fd=16235 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51710, fd=4359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50696, fd=1344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61124, fd=6295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872823 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51322, fd=6984 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24942, fd=14348 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55438, fd=1965 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62898, fd=5270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27104, fd=10212 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5512, fd=8695 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30186, fd=825 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58844, fd=10216 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38704, fd=15147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15194, fd=16510 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32314, fd=16766 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55540, fd=6532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64044, fd=1702 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16928, fd=5851 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15168, fd=10135 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41432, fd=1870 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41696, fd=13794 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55070, fd=8157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872856 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50700, fd=2240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12202, fd=11273 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23802, fd=15979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872871 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8932, fd=5422 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24754, fd=5151 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65038, fd=12474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35286, fd=16533 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54812, fd=6073 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872884 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57812, fd=1025 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20090, fd=2980 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872893 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22264, fd=1869 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872892 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16880, fd=12776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872894 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60526, fd=4306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872895 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64644, fd=14403 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61710, fd=16238 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19028, fd=9958 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54904, fd=2039 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63886, fd=12934 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17716, fd=8386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37998, fd=10284 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22128, fd=15968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872911 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34592, fd=2100 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30968, fd=16452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26988, fd=8320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27000, fd=4402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36486, fd=2690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17066, fd=13099 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58540, fd=5541 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17894, fd=2846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872922 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38924, fd=10707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29072, fd=14663 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30182, fd=2786 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8906, fd=11959 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45606, fd=10540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60412, fd=13431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872940 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11936, fd=2091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37078, fd=3492 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9198, fd=10268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1340, fd=6631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52786, fd=16521 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872952 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41932, fd=3902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18500, fd=721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2676, fd=1078 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872964 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52864, fd=16100 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53274, fd=16577 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27934, fd=11567 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872969 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54658, fd=4220 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34590, fd=1884 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22736, fd=10194 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57198, fd=10100 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58116, fd=14107 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53892, fd=14246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11488, fd=11629 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872985 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24584, fd=11863 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59448, fd=15944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31154, fd=400 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18646, fd=4032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10880, fd=5551 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1106, fd=5144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34490, fd=14954 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31266, fd=10016 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9010, fd=7264 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.872999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31968, fd=2395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15118, fd=9801 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57824, fd=11438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60012, fd=8137 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31378, fd=11793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873007 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50604, fd=2644 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873011 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22700, fd=7685 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873011 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12878, fd=10418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63946, fd=1944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53134, fd=13531 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28044, fd=10117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51974, fd=11782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873023 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37280, fd=1911 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873023 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8222, fd=7861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56496, fd=11997 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46952, fd=4029 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33110, fd=16337 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54104, fd=7343 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873034 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26704, fd=6162 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24264, fd=14322 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29766, fd=9656 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873038 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53898, fd=16275 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65036, fd=10265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14416, fd=12010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59834, fd=9981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36210, fd=8011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33294, fd=5432 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45218, fd=10874 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50538, fd=4818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873055 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34456, fd=8572 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17324, fd=12387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44248, fd=13521 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24328, fd=3010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63932, fd=10037 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15532, fd=15903 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53992, fd=10064 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15458, fd=16064 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20662, fd=464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23008, fd=9776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31988, fd=9723 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43354, fd=12423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54148, fd=4827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65362, fd=6140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873094 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46238, fd=2890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51570, fd=7785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54954, fd=7147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49992, fd=9385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23442, fd=8940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19184, fd=9601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63766, fd=11370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3492, fd=11446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3482, fd=2426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873119 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59662, fd=3465 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58372, fd=14336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58586, fd=9847 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57936, fd=6797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25118, fd=16178 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15618, fd=900 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873139 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61182, fd=3787 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33468, fd=9553 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40008, fd=7837 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24394, fd=12244 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2714, fd=10630 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873148 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9276, fd=6105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56888, fd=7943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39106, fd=14929 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56412, fd=3202 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22864, fd=5981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873155 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6158, fd=2948 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41392, fd=5597 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37966, fd=11375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42364, fd=9320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36262, fd=1674 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13548, fd=3155 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25334, fd=13504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16280, fd=16283 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27448, fd=12070 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21316, fd=15380 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58526, fd=1153 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50442, fd=5916 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6194, fd=9591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23594, fd=7423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58270, fd=13061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35508, fd=14237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45718, fd=12920 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60316, fd=7070 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52514, fd=13461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44270, fd=2461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48568, fd=6499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29304, fd=7464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8322, fd=2106 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873205 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31002, fd=8226 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65452, fd=5906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57596, fd=8404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23164, fd=11090 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873216 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29720, fd=2645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20596, fd=11105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43892, fd=3413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5064, fd=14648 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56534, fd=6368 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8652, fd=9926 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61506, fd=3194 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56848, fd=10994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12338, fd=16486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873240 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51290, fd=16683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5272, fd=752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2088, fd=10571 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18748, fd=6428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26034, fd=15367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8750, fd=13423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59780, fd=4330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22442, fd=3520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17494, fd=6134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4572, fd=16293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21236, fd=1144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22868, fd=6108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31026, fd=3725 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29438, fd=1567 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39480, fd=7793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47034, fd=15001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59180, fd=897 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50190, fd=13708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50024, fd=4212 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16576, fd=12750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3726, fd=8338 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64992, fd=16263 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50912, fd=11561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56430, fd=11811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44822, fd=10679 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42548, fd=1268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33570, fd=15059 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11080, fd=13574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44994, fd=6915 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15440, fd=15287 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4526, fd=8147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11046, fd=5769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57248, fd=771 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6280, fd=2019 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36112, fd=14008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32556, fd=13154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32546, fd=7593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5296, fd=7463 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28204, fd=912 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53732, fd=11229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43852, fd=9477 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65164, fd=1712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36524, fd=11493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11732, fd=3597 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36268, fd=8993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1562, fd=8575 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48660, fd=2467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53698, fd=16262 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4580, fd=14057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45932, fd=12989 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28936, fd=3038 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10038, fd=4004 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52156, fd=9390 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50072, fd=442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12902, fd=15935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60230, fd=3823 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46854, fd=8443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28062, fd=16141 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62222, fd=12105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25832, fd=867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57458, fd=11086 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59588, fd=5598 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2450, fd=9975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16832, fd=5846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16368, fd=345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44312, fd=2971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45996, fd=3124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873386 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20008, fd=11971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13238, fd=9231 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64454, fd=12046 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873407 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9234, fd=1760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44676, fd=4570 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873409 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26278, fd=2336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63116, fd=2458 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34214, fd=10232 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60984, fd=12885 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15758, fd=14103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61496, fd=9805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873617 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43252, fd=5248 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62250, fd=13147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1492, fd=16203 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873621 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31364, fd=4028 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873628 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8144, fd=735 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23268, fd=11432 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63082, fd=10531 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873651 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1500, fd=13391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20092, fd=9255 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35406, fd=9145 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32638, fd=13137 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49160, fd=14543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24040, fd=10448 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57886, fd=9476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42430, fd=3648 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31166, fd=728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873670 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11890, fd=13131 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15524, fd=7063 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49670, fd=15246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48558, fd=14359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.873921 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32862, fd=2589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55728, fd=4005 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64600, fd=15023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11694, fd=2675 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1666, fd=3407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1702, fd=9572 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50942, fd=5033 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49714, fd=14538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1780, fd=6278 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2024, fd=3351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2376, fd=6042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874686 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2400, fd=5845 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874763 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1530, fd=1989 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1636, fd=5156 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874835 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2316, fd=4936 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874908 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1224, fd=1431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874911 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9146, fd=2296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1366, fd=1021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2460, fd=1281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.874976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65530, fd=3123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1514, fd=9308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2192, fd=5664 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2582, fd=6525 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1086, fd=7370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1828, fd=5135 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1798, fd=6430 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1496, fd=4500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1900, fd=9676 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1616, fd=5118 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2496, fd=10948 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2492, fd=10832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1250, fd=1546 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1410, fd=9227 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1976, fd=9983 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875515 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2420, fd=8558 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1738, fd=2317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:09.875653 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1262, fd=3118 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.127280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16958, fd=14918 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.127285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31196, fd=10335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.127325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6884, fd=11645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.128426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4130, fd=5722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.130828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15020, fd=7117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.130847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50292, fd=2461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.130868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34510, fd=12635 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.135539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30234, fd=5216 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.137708 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50202, fd=4726 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.137752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20066, fd=6892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.138841 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52490, fd=12246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.138881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46312, fd=16681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.138923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44610, fd=410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.141212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48030, fd=6190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.141219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49676, fd=14784 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.141228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15398, fd=14045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.141261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44334, fd=1185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.142337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37254, fd=11154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.142981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34488, fd=9990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.144740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45912, fd=4118 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.146571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24848, fd=2826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.146592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59560, fd=7579 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.146658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13198, fd=4987 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.146669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22522, fd=7998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.147862 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54234, fd=16259 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.147900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17658, fd=9411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.147935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7590, fd=13587 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.147942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24690, fd=1716 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.150331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16154, fd=14770 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.150338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34314, fd=13496 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.150348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19068, fd=15201 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.150627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16248, fd=14915 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.151204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60476, fd=9949 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.151342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44130, fd=16826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.151391 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14570, fd=13420 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.151418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52286, fd=492 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.151440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2854, fd=10044 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.151514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9124, fd=3004 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.151584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14126, fd=6997 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.152218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48104, fd=1912 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.153959 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38372, fd=4545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.153986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59616, fd=11541 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.153995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41248, fd=2180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.154006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45108, fd=14974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.154014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47598, fd=12058 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.154030 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5350, fd=9741 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.155638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6648, fd=9475 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.155685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15442, fd=13358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.156164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57844, fd=6307 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.156217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48682, fd=9605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.156222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58944, fd=4724 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.157340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18490, fd=15314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.157343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12072, fd=11020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.157414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12228, fd=8547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.157425 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46566, fd=4873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.157430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46200, fd=15870 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.157459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62242, fd=11822 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.159110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52222, fd=11772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.159120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61222, fd=2621 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.159155 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23450, fd=15567 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.159164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49452, fd=6368 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.159213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58178, fd=13031 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.161028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5988, fd=14574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.161070 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18620, fd=9140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.161083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45466, fd=7014 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.161104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61690, fd=10470 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.162775 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50414, fd=16927 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.162783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25290, fd=6328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.162790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26148, fd=7779 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.163538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50664, fd=5075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.164890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61654, fd=11175 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.165725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64234, fd=5825 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.165735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1260, fd=7283 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.165870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1036, fd=3985 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.171845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28346, fd=8255 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.172536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20644, fd=13213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.175385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22724, fd=10760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.176100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27100, fd=14238 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.176747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3922, fd=7017 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.176788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34168, fd=16108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.176792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6586, fd=14642 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.176860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32982, fd=531 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.177466 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50464, fd=17121 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.178098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11600, fd=2843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.178130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60350, fd=9992 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.178143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2828, fd=13240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.178884 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32262, fd=3081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.179512 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15542, fd=13163 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.179548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47198, fd=16913 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.180031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48236, fd=16814 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.180075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44640, fd=10906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.180726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44790, fd=16789 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.181602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37188, fd=4384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.181647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42406, fd=6721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.181667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58022, fd=8445 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.181703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18244, fd=14317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.182399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56308, fd=931 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.182481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17776, fd=9890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.182503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23258, fd=14996 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.184086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56752, fd=12646 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.184824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44196, fd=381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.184881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64720, fd=6228 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.185527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59586, fd=11000 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.185547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51136, fd=5304 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.185998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1034, fd=15945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.186649 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6200, fd=587 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.186717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19748, fd=13779 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.187400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45960, fd=16862 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.187441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21168, fd=15054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.187545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58550, fd=3815 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21918, fd=15489 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47350, fd=5846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188207 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44222, fd=362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62454, fd=7029 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57968, fd=4394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17580, fd=9243 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35050, fd=1376 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41262, fd=6487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37138, fd=11844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13592, fd=6772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53040, fd=4792 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.188275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25024, fd=15454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.189913 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24602, fd=2328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.190022 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1884, fd=14006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.190654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64876, fd=551 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.190767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52856, fd=14572 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.192212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41268, fd=4544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32182, fd=13733 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193751 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50422, fd=12000 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28794, fd=6399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63020, fd=3070 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20410, fd=13124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11112, fd=16712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47750, fd=12975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64590, fd=9775 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6998, fd=842 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.193905 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21936, fd=9330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31228, fd=5971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34490, fd=13568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33644, fd=14042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194055 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4808, fd=10796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8000, fd=4922 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19480, fd=9881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194064 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51612, fd=10920 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5444, fd=653 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37008, fd=7527 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194078 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44608, fd=419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51826, fd=1086 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48696, fd=12758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19996, fd=2564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59774, fd=8433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20566, fd=433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34842, fd=10227 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46618, fd=11624 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65308, fd=8942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9142, fd=7970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59970, fd=8061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1566, fd=11592 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59698, fd=11921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54066, fd=5631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49366, fd=4090 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26118, fd=8757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49960, fd=16935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37074, fd=797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34220, fd=14410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64252, fd=3057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60084, fd=7068 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46408, fd=17074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60648, fd=7963 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41948, fd=5053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9378, fd=15083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15492, fd=1967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34660, fd=13392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45062, fd=2728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48588, fd=17025 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65090, fd=743 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50500, fd=12790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58194, fd=3734 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59416, fd=2011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65440, fd=15943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47386, fd=3211 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194180 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52150, fd=2787 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52168, fd=11827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53454, fd=2990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65064, fd=15934 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17022, fd=7719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20500, fd=12146 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44788, fd=12329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54866, fd=7013 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55898, fd=14409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14112, fd=10325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17440, fd=10873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60750, fd=2142 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23038, fd=6111 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7962, fd=1773 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46844, fd=4240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51832, fd=16078 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25480, fd=6832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5286, fd=7633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38790, fd=8319 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52564, fd=11786 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49512, fd=1823 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64182, fd=760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194240 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32964, fd=10715 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13992, fd=9748 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30026, fd=4698 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18334, fd=15309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60640, fd=2468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46194, fd=7880 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58398, fd=9712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194248 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15412, fd=3709 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29454, fd=2519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25274, fd=814 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65516, fd=9879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45218, fd=16874 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27080, fd=15244 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45136, fd=16816 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52302, fd=16514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49566, fd=457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13528, fd=6095 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194263 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33958, fd=14544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53484, fd=14559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59232, fd=11061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40996, fd=14654 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64710, fd=10433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38346, fd=3916 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60486, fd=13330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29260, fd=1076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57220, fd=6219 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15880, fd=6836 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36382, fd=4852 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40052, fd=12366 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44648, fd=1714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40486, fd=9138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46326, fd=13535 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2202, fd=12775 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24132, fd=8960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21436, fd=3114 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60262, fd=4085 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3302, fd=4188 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38976, fd=2450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58174, fd=14834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23506, fd=5750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45630, fd=4185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59992, fd=12598 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65454, fd=3518 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5280, fd=7084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43216, fd=1782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20934, fd=16763 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47686, fd=2849 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44602, fd=11466 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34066, fd=5134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19770, fd=3466 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38030, fd=475 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2900, fd=14899 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37596, fd=14610 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50940, fd=12081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55170, fd=324 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55956, fd=2037 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50640, fd=4253 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53332, fd=5456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12192, fd=7932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35892, fd=6589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30874, fd=9420 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65136, fd=1636 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63766, fd=11006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2344, fd=5644 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48514, fd=8144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13942, fd=10662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54218, fd=6574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7082, fd=10282 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22952, fd=6600 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19428, fd=4536 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14186, fd=11506 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194651 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37508, fd=11275 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194653 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53740, fd=8996 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19876, fd=12482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54550, fd=5833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38558, fd=5460 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35312, fd=2982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60618, fd=13784 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38526, fd=10772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35976, fd=6710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194674 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46664, fd=491 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58272, fd=14303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26166, fd=16749 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6100, fd=511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43574, fd=8614 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7386, fd=9164 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18188, fd=13903 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51384, fd=1834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12800, fd=1953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16998, fd=4360 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55866, fd=9318 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60782, fd=8280 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1216, fd=7369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36168, fd=14228 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194692 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64676, fd=4426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27996, fd=1921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54394, fd=15170 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56194, fd=688 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24098, fd=2117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2586, fd=13748 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52940, fd=14737 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36526, fd=14957 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49038, fd=17103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49464, fd=16883 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63174, fd=12079 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59630, fd=2702 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47432, fd=7441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5702, fd=12650 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51564, fd=10457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29226, fd=10402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40354, fd=12630 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194723 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55124, fd=8028 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8030, fd=4624 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60990, fd=2964 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16498, fd=1947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194727 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38236, fd=695 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20964, fd=561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60756, fd=13967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6512, fd=5501 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35514, fd=13454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51822, fd=11538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56994, fd=9015 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194745 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27518, fd=1294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62018, fd=16558 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55208, fd=12487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194749 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26840, fd=10098 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47338, fd=4132 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34244, fd=8904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194759 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59540, fd=10655 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194761 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54976, fd=7727 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5292, fd=7227 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55032, fd=6505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60930, fd=2363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21206, fd=13413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194773 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33044, fd=10714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12446, fd=4275 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43424, fd=10785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64898, fd=1266 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7040, fd=778 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49600, fd=710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63504, fd=16234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18550, fd=12823 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44168, fd=3334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55128, fd=3270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45666, fd=15417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36262, fd=10160 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42610, fd=8047 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32620, fd=13974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64882, fd=6093 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3862, fd=4257 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23220, fd=4082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34218, fd=3017 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33028, fd=641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59420, fd=10965 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1550, fd=10158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45956, fd=16859 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65040, fd=9906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9196, fd=3548 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57362, fd=11776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35442, fd=15461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34838, fd=526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15340, fd=13071 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53564, fd=5663 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56804, fd=7547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1792, fd=12314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26990, fd=1213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194835 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15724, fd=14895 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15882, fd=3329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194841 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64920, fd=15818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12760, fd=4970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26866, fd=13447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57434, fd=5375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46946, fd=16649 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42888, fd=8008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49482, fd=421 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45142, fd=13082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24412, fd=1148 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53866, fd=3733 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10364, fd=7713 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37792, fd=10387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55256, fd=7138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194864 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57416, fd=3831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194864 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36750, fd=2545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194865 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51112, fd=5671 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194869 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54728, fd=8268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194869 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53124, fd=1577 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10100, fd=5759 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29950, fd=9997 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39278, fd=8123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194877 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64568, fd=692 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31838, fd=13736 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194884 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32798, fd=12672 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14298, fd=11708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44352, fd=14484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194894 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8108, fd=1112 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.194904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65328, fd=2098 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12516, fd=4488 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52758, fd=7605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22246, fd=12476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39028, fd=7226 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39280, fd=11719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9360, fd=11289 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195121 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43034, fd=3906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62460, fd=3194 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6874, fd=1321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58650, fd=15960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6116, fd=775 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27392, fd=11990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54524, fd=9851 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195155 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3400, fd=13271 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195155 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20142, fd=13633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48830, fd=8243 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21342, fd=1345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54120, fd=11367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22028, fd=796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195161 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63114, fd=11722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61876, fd=14299 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46826, fd=333 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47682, fd=3242 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5120, fd=15622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9568, fd=7126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4140, fd=11611 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5090, fd=6206 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16420, fd=4800 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8978, fd=7096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57878, fd=14339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30970, fd=8626 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31792, fd=1930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55862, fd=14060 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33440, fd=12213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195200 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25766, fd=7130 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4212, fd=6769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45020, fd=17061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19792, fd=11619 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13234, fd=10699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48814, fd=6620 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26066, fd=3339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52208, fd=3928 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56878, fd=902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50440, fd=1226 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39144, fd=7404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48632, fd=12711 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23576, fd=4976 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57682, fd=12355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51800, fd=3805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60388, fd=16242 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7052, fd=1631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2088, fd=6825 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26910, fd=667 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15426, fd=3524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44554, fd=13010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32524, fd=2070 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30340, fd=11205 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44236, fd=441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51980, fd=2326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22662, fd=8753 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8562, fd=4785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32150, fd=6897 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61344, fd=13045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23856, fd=8723 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5376, fd=9933 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33796, fd=4261 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45342, fd=13374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44274, fd=482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65024, fd=15276 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63970, fd=11195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46372, fd=2928 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56764, fd=2253 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15128, fd=11643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16700, fd=1311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41942, fd=16369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32980, fd=4975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52976, fd=12171 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4784, fd=14009 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28474, fd=11745 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3850, fd=8246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51744, fd=9419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12102, fd=2635 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52854, fd=6303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18476, fd=10265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33294, fd=11631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44974, fd=10170 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36010, fd=3641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46266, fd=8069 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11808, fd=2273 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13396, fd=8725 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11470, fd=1139 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26900, fd=3903 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34122, fd=11898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62854, fd=10540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61744, fd=9436 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14494, fd=10980 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39554, fd=4591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195386 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2972, fd=12806 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195395 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65282, fd=2073 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64370, fd=10471 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63928, fd=15841 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64962, fd=14370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60702, fd=14798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40978, fd=8332 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195662 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36996, fd=9229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25600, fd=3149 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31002, fd=8760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13156, fd=7412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63916, fd=9864 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17954, fd=11070 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195673 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2486, fd=8397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51118, fd=3183 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63384, fd=10045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32516, fd=11615 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44336, fd=15758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26168, fd=1681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20668, fd=629 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42996, fd=3851 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65330, fd=8943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62606, fd=11117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195711 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5502, fd=2805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34596, fd=10214 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195718 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17050, fd=6064 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61134, fd=7431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195718 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19420, fd=15755 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195718 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6806, fd=5932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195723 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3436, fd=2310 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195730 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52416, fd=10357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49680, fd=4910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60330, fd=13159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30098, fd=4504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64816, fd=9098 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44700, fd=12151 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49024, fd=14881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195745 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55778, fd=8464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44630, fd=483 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195751 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52280, fd=2772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49798, fd=11022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56500, fd=2061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195775 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57442, fd=5493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56524, fd=13663 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1250, fd=6281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50548, fd=16991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17686, fd=7153 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15212, fd=10635 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26706, fd=1021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18786, fd=10315 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51964, fd=3847 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53260, fd=6622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54998, fd=5628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56766, fd=14548 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41700, fd=4127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62076, fd=9680 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39424, fd=8045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45072, fd=12414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55306, fd=8411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29458, fd=11977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63842, fd=5467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54482, fd=8154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24068, fd=10144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50964, fd=1223 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195821 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40914, fd=6971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18984, fd=14587 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61512, fd=4278 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45130, fd=286 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1204, fd=12613 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46974, fd=15773 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5542, fd=13157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53674, fd=6696 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55832, fd=8658 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38824, fd=6916 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36022, fd=14832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62952, fd=904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44748, fd=4167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56378, fd=5477 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195869 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52906, fd=12713 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36364, fd=4574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56470, fd=5744 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52680, fd=4594 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195882 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36336, fd=14532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56162, fd=4623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195896 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50020, fd=9902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195896 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48322, fd=16960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42206, fd=1962 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22236, fd=3330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195908 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43086, fd=4418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50734, fd=2034 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9236, fd=14121 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29348, fd=10543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60636, fd=12061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49602, fd=17112 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195933 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25902, fd=13329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58910, fd=15513 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4310, fd=11760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195937 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23338, fd=9111 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63568, fd=5224 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60182, fd=10445 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49782, fd=8659 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34958, fd=13989 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44512, fd=10262 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38164, fd=4372 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55368, fd=12704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53294, fd=971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37326, fd=1650 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15908, fd=1595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195958 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42550, fd=12724 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195969 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19632, fd=2691 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62158, fd=14371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48548, fd=16073 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56058, fd=4725 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11804, fd=3685 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43900, fd=13582 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2074, fd=6393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59702, fd=11008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.195996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9902, fd=4514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64904, fd=15814 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196070 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65008, fd=8522 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65424, fd=15364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52260, fd=2016 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60494, fd=11038 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34802, fd=14402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37616, fd=7124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58412, fd=6523 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54980, fd=8413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37238, fd=7478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44270, fd=372 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9634, fd=3687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63608, fd=11986 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15372, fd=14903 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31722, fd=2810 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28294, fd=3861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32112, fd=13460 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29888, fd=7723 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64052, fd=2774 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19514, fd=15394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22512, fd=2861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56732, fd=7744 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34744, fd=13694 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26106, fd=2598 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196382 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31378, fd=6425 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196382 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49156, fd=1524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7978, fd=1464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52786, fd=8374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10538, fd=16705 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196398 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16094, fd=13792 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17320, fd=15030 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48226, fd=6360 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196407 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63942, fd=8762 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44206, fd=408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46284, fd=10474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28188, fd=4379 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196415 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54698, fd=495 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48432, fd=2093 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28852, fd=4552 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21818, fd=556 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3144, fd=1082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47664, fd=5403 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24802, fd=4791 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41592, fd=9080 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37600, fd=2453 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35716, fd=14942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43516, fd=9372 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13394, fd=6504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196455 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60862, fd=10931 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196455 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42048, fd=7861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40466, fd=3499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196456 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40842, fd=15345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57528, fd=16620 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46780, fd=17076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37410, fd=3559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63230, fd=1760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31394, fd=6283 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35206, fd=16069 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45238, fd=445 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22174, fd=2675 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47128, fd=16987 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27320, fd=8388 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22564, fd=5412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51710, fd=4068 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36790, fd=15097 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9252, fd=2802 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19240, fd=15507 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60690, fd=13937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196489 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47908, fd=5731 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36104, fd=13145 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54178, fd=9033 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41488, fd=14787 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196502 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54406, fd=8434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16602, fd=13670 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52288, fd=10132 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54034, fd=14234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19764, fd=15495 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22846, fd=1193 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50818, fd=2114 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60808, fd=786 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53804, fd=3972 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36876, fd=732 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15216, fd=14867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60488, fd=13729 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2314, fd=5339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28938, fd=13800 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20880, fd=5843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50458, fd=6118 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53456, fd=5400 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5554, fd=8652 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64184, fd=733 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14864, fd=5877 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38624, fd=1284 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48442, fd=17095 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43208, fd=16371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30480, fd=4147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48540, fd=2542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196542 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31176, fd=12446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44160, fd=11469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24644, fd=1999 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7618, fd=3289 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39090, fd=5230 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64558, fd=11940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1128, fd=4718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20372, fd=963 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8944, fd=4463 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53078, fd=16499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41968, fd=2132 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55384, fd=4364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29272, fd=1219 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58784, fd=781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48774, fd=9974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5420, fd=9947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64948, fd=15855 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37470, fd=13847 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28482, fd=13666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196580 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47092, fd=10172 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6242, fd=4960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28446, fd=1959 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9140, fd=7426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196595 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2262, fd=7914 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22708, fd=15533 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58080, fd=8793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196609 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11228, fd=937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196611 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36798, fd=2432 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196611 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47448, fd=1511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36622, fd=2092 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60674, fd=3587 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196621 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25686, fd=2629 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196623 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47708, fd=13083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196624 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17344, fd=15010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65390, fd=15942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19592, fd=13120 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55658, fd=5952 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44870, fd=13772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10872, fd=6748 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61304, fd=4308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33930, fd=2753 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24534, fd=9279 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57334, fd=6074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4270, fd=5191 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54954, fd=4172 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56552, fd=7164 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31264, fd=3261 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43912, fd=5084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63630, fd=7104 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9654, fd=14492 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7794, fd=764 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42202, fd=9923 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10116, fd=2437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47934, fd=10573 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42060, fd=2001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4108, fd=7974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11426, fd=4908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19180, fd=13411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49772, fd=16898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45854, fd=15716 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14356, fd=1259 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36908, fd=1352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9178, fd=9231 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60886, fd=1168 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12704, fd=4055 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61574, fd=6830 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15972, fd=8138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7136, fd=12540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29648, fd=12154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42382, fd=5756 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55308, fd=9115 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7688, fd=14351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55236, fd=1822 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196720 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63022, fd=12321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61404, fd=15701 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46074, fd=14363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196723 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39216, fd=8796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19616, fd=16752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63770, fd=6405 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61326, fd=7006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3416, fd=6870 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23694, fd=4661 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26024, fd=15608 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49392, fd=5500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26876, fd=5790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62698, fd=960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51700, fd=7236 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38382, fd=14994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40050, fd=15379 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7740, fd=13662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61994, fd=12583 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62146, fd=14096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.196822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64838, fd=6146 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31702, fd=8719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8344, fd=4798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58238, fd=7154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53694, fd=5074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60360, fd=13295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197064 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12238, fd=11716 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50580, fd=6679 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2990, fd=14013 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61244, fd=6516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51360, fd=7768 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33792, fd=16080 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57720, fd=1642 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37700, fd=16663 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43064, fd=5419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31956, fd=13439 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41312, fd=9358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20276, fd=1743 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32604, fd=11441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57078, fd=4435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197096 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9064, fd=2718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8476, fd=5951 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9620, fd=8681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44800, fd=5342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57216, fd=3929 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64736, fd=2407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57562, fd=11792 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62920, fd=12003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43754, fd=11641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46032, fd=13681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19226, fd=12573 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24362, fd=10719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15220, fd=12643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51870, fd=8846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58452, fd=2858 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9968, fd=4358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53586, fd=13171 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64084, fd=4731 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197135 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4190, fd=6208 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63934, fd=6558 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9406, fd=2971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55228, fd=9124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28422, fd=3730 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63780, fd=9891 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3760, fd=5452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44340, fd=316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52268, fd=11744 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26016, fd=8561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61110, fd=7825 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34764, fd=3534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23216, fd=7345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8718, fd=13997 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53474, fd=580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55268, fd=11953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2470, fd=10102 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17968, fd=1712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24030, fd=2239 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64940, fd=7245 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46338, fd=7883 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197180 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10366, fd=2797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197180 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60308, fd=5553 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197180 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53902, fd=5353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54390, fd=4076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30426, fd=9052 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18336, fd=11517 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25304, fd=2740 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42846, fd=12587 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197202 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38064, fd=5977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197205 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51770, fd=16443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197207 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4264, fd=8006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17264, fd=6453 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49998, fd=16982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23074, fd=10804 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55144, fd=500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52046, fd=9662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24804, fd=15151 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53486, fd=13928 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62706, fd=6412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39866, fd=11348 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52390, fd=9157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64766, fd=6058 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37010, fd=16526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10550, fd=6993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44940, fd=16804 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6214, fd=11449 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32358, fd=13922 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53460, fd=7401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197248 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56566, fd=3250 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11168, fd=7373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63884, fd=9063 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49140, fd=16969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39900, fd=11334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54722, fd=7628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54172, fd=14418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25314, fd=4070 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52970, fd=14861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43102, fd=4710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11578, fd=16719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51692, fd=12214 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50858, fd=1990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13936, fd=3082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5368, fd=13900 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23152, fd=8611 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61336, fd=15194 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58420, fd=4911 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21602, fd=15467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52296, fd=11172 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33838, fd=15735 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45882, fd=14462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197297 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18320, fd=1001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64576, fd=8447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17466, fd=8879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6294, fd=13138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45338, fd=14327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6936, fd=1618 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24580, fd=1293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49202, fd=16330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56254, fd=1510 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46464, fd=14195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48250, fd=4169 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42130, fd=15530 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9494, fd=11933 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52346, fd=16314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23014, fd=10596 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8034, fd=14361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9212, fd=9177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16972, fd=14985 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197332 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5136, fd=14211 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20478, fd=5136 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50118, fd=1068 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25204, fd=3884 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14374, fd=14818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28564, fd=3352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57398, fd=3981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2700, fd=5958 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19274, fd=8811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55036, fd=10075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25868, fd=2764 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1832, fd=1478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33362, fd=10633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5024, fd=9519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14924, fd=10027 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27990, fd=12309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62240, fd=11262 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56512, fd=8278 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20484, fd=8768 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46532, fd=17075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18576, fd=9249 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15264, fd=12990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58458, fd=2580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27124, fd=15515 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58376, fd=10478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64436, fd=9546 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37462, fd=5655 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197750 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48036, fd=4831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6858, fd=13186 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41722, fd=1127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10078, fd=12011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31830, fd=9473 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61342, fd=8249 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49572, fd=9882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197785 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53898, fd=6000 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57724, fd=5070 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8636, fd=6304 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32026, fd=13889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2516, fd=14609 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30872, fd=9444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23266, fd=15560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14938, fd=12116 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47610, fd=3262 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9182, fd=5967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54306, fd=8335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47500, fd=6123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2816, fd=13816 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3846, fd=8622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55394, fd=14157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5832, fd=9690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44838, fd=12407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20224, fd=15713 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57452, fd=8988 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34384, fd=3063 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28118, fd=2586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17362, fd=9296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197835 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15132, fd=14003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47518, fd=1847 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56960, fd=3953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197855 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25074, fd=5518 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44464, fd=16849 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61178, fd=4399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38266, fd=4213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197862 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65128, fd=10014 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54614, fd=11664 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57952, fd=2354 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44188, fd=11127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54552, fd=8418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63710, fd=5713 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11028, fd=6043 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197888 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50860, fd=12045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56706, fd=486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15308, fd=11767 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3714, fd=5338 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197908 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48768, fd=7007 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53718, fd=3128 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47758, fd=16844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48398, fd=8213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49054, fd=1195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3110, fd=569 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47882, fd=16693 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65000, fd=11829 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37132, fd=1954 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52828, fd=4906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55964, fd=640 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41946, fd=13017 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59882, fd=15090 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28236, fd=8738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17654, fd=9185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25928, fd=292 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197967 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16654, fd=6129 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197970 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27866, fd=1602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60216, fd=10009 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197978 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32724, fd=5082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52442, fd=13260 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46732, fd=8417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18938, fd=14893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25242, fd=1326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61604, fd=9550 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62350, fd=10832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35180, fd=14650 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52270, fd=10073 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5382, fd=7831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2578, fd=8029 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57828, fd=11278 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.197999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31764, fd=11697 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59166, fd=1010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54298, fd=11021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17278, fd=6708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36500, fd=14297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198023 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40570, fd=2489 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26806, fd=2742 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31730, fd=1448 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32728, fd=7471 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62648, fd=3926 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24958, fd=4057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8106, fd=5321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56112, fd=13811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198038 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65408, fd=9640 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57834, fd=6647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198048 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29314, fd=11601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4152, fd=14118 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1862, fd=3653 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46098, fd=10076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34164, fd=7671 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23154, fd=6596 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29982, fd=9357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18498, fd=12117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198058 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16908, fd=8604 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42046, fd=1412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55490, fd=13318 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43182, fd=11066 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46046, fd=7398 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52542, fd=4538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65260, fd=8120 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24956, fd=3254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198078 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30786, fd=6510 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3878, fd=4349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49416, fd=4149 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47050, fd=16904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57748, fd=9576 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32094, fd=11513 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44622, fd=10721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40766, fd=5740 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19960, fd=11616 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61882, fd=6831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62456, fd=7573 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63160, fd=998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18100, fd=14545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52678, fd=6326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15524, fd=2662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64954, fd=11528 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26382, fd=8026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43608, fd=12876 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18558, fd=10611 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32954, fd=7805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9088, fd=2547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25782, fd=7216 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198425 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22490, fd=11818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37134, fd=3544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45618, fd=4385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61940, fd=14374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33422, fd=8683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24888, fd=7349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26640, fd=1051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25176, fd=6994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55160, fd=12718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65274, fd=5867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64682, fd=5315 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5072, fd=9523 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37950, fd=6951 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52706, fd=12105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52832, fd=10467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46176, fd=10958 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31010, fd=11459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6318, fd=8524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22526, fd=2789 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7210, fd=13674 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34996, fd=15359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63240, fd=16389 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62234, fd=15330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44136, fd=16671 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198512 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55968, fd=4367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1618, fd=13099 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198522 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20630, fd=6050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58772, fd=5993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198522 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32312, fd=7348 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51418, fd=4392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10136, fd=3032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5752, fd=576 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17360, fd=6785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62932, fd=9772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47572, fd=17082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15748, fd=4054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57708, fd=13158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10422, fd=7941 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48346, fd=12042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2684, fd=969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63126, fd=6313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14914, fd=13435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11152, fd=6404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48972, fd=3290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30548, fd=4352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42964, fd=6012 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198577 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63606, fd=7218 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52700, fd=1526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38314, fd=4268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54150, fd=14335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61886, fd=16469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198590 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45094, fd=13801 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50576, fd=7656 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48882, fd=13262 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63782, fd=7670 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198613 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24262, fd=10400 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198613 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36384, fd=10788 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44842, fd=4738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198620 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50076, fd=2977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198624 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59628, fd=8051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198625 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19250, fd=14776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198629 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35750, fd=14117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13898, fd=9739 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12814, fd=12652 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37680, fd=14802 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7858, fd=5214 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198643 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49610, fd=1593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44328, fd=3353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54432, fd=9539 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33164, fd=10155 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65464, fd=9499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52144, fd=10961 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61536, fd=8416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57136, fd=8392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198666 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48160, fd=17091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198673 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44242, fd=2174 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198674 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25640, fd=14734 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4862, fd=9468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4472, fd=8094 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39120, fd=6193 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51526, fd=9746 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51462, fd=7902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198693 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44958, fd=13326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198693 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47052, fd=3593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48478, fd=2894 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198700 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43054, fd=3567 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57638, fd=14928 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25542, fd=4560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25900, fd=2751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21810, fd=15142 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49132, fd=12237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55648, fd=12778 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198720 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15262, fd=14034 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37820, fd=3607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13150, fd=3865 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59788, fd=15577 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19994, fd=14493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198727 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44920, fd=10209 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49448, fd=16881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28038, fd=12350 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7720, fd=3165 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48816, fd=16966 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24792, fd=12084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45042, fd=12466 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198761 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7802, fd=4547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57154, fd=9057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37250, fd=3889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3514, fd=12897 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59590, fd=4292 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31244, fd=6001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47222, fd=3434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1184, fd=11503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54984, fd=12861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55656, fd=16633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63652, fd=16489 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23342, fd=4805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6462, fd=9483 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8198, fd=4664 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48688, fd=17099 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53548, fd=1732 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57514, fd=5504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17008, fd=3223 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54412, fd=5265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17544, fd=9564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58724, fd=15021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31058, fd=2583 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8778, fd=9701 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198869 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64120, fd=5390 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198879 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1198, fd=2373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.198878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1186, fd=1126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.199151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36820, fd=3871 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.199234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36724, fd=4479 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.199268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46580, fd=15649 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.199288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32742, fd=12032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.199289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16692, fd=471 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.199498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21410, fd=8948 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.199596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47844, fd=16848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64324, fd=15906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63816, fd=12428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62536, fd=15809 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200425 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61908, fd=3247 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200469 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62296, fd=14842 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61694, fd=9020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200515 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1228, fd=2235 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64432, fd=7645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64822, fd=4605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61492, fd=6377 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62814, fd=7669 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64588, fd=8572 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64152, fd=6215 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64582, fd=7931 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64774, fd=9437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61992, fd=4750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64388, fd=15915 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64402, fd=3569 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61034, fd=2836 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64054, fd=14525 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64788, fd=14459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1246, fd=1108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63906, fd=1237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64536, fd=3148 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64614, fd=11468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65030, fd=6519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62030, fd=5133 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62588, fd=14910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63086, fd=15816 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200952 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61638, fd=2694 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.200961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64980, fd=3600 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201109 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65310, fd=924 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64466, fd=4944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64086, fd=6171 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65442, fd=15954 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1102, fd=15956 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64204, fd=1546 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61522, fd=2447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64472, fd=15916 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63800, fd=13196 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64068, fd=14685 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:33:17.201613 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64574, fd=8149 (userver::v3_1_rc::engine::io::IoSystemError) diff --git a/site/static/logs/pipelined/4096/userver.log b/site/static/logs/pipelined/4096/userver.log index 38cdc2148..16ac31e2e 100644 --- a/site/static/logs/pipelined/4096/userver.log +++ b/site/static/logs/pipelined/4096/userver.log @@ -1,4037 +1,3715 @@ -tskv timestamp=2026-06-08T08:30:10.283393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25800, fd=2201 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.283597 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16088, fd=634 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.283670 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14282, fd=485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.283695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21492, fd=1180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.283751 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15034, fd=620 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.283787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14238, fd=479 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.283809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26994, fd=2042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.283968 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16740, fd=890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21924, fd=1366 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14614, fd=509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23032, fd=1624 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284248 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25014, fd=1889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19098, fd=712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14266, fd=482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284467 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14310, fd=486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12762, fd=318 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284759 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12764, fd=319 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284785 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14362, fd=491 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12896, fd=339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12998, fd=347 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12916, fd=338 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18758, fd=904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284924 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16454, fd=665 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12488, fd=290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.284973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12830, fd=327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12590, fd=301 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12980, fd=345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12524, fd=295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12888, fd=336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14226, fd=478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12758, fd=317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12694, fd=311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285397 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12922, fd=340 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12800, fd=323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12526, fd=297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12856, fd=330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12846, fd=328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14372, fd=493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13000, fd=348 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12664, fd=308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12984, fd=346 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.285761 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12564, fd=300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12726, fd=313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12814, fd=324 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12576, fd=302 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14496, fd=500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14448, fd=498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12794, fd=322 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12746, fd=316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12680, fd=310 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12632, fd=305 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12864, fd=332 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19496, fd=991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20638, fd=1292 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.286654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12456, fd=286 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12616, fd=304 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12780, fd=320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12884, fd=334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14332, fd=487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12782, fd=321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12946, fd=342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12900, fd=337 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12710, fd=312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12932, fd=341 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28438, fd=1928 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12878, fd=333 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12894, fd=335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287964 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12862, fd=331 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12462, fd=287 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.287997 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12482, fd=291 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35534, fd=2898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15386, fd=858 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12964, fd=344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16688, fd=697 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30412, fd=2193 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288182 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18924, fd=945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33422, fd=2954 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21780, fd=1331 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12518, fd=296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24396, fd=1069 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29710, fd=2374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288334 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19842, fd=1128 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288415 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12440, fd=285 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36508, fd=3026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31392, fd=2573 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14576, fd=505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21190, fd=1157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25360, fd=1645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288542 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38118, fd=2336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35224, fd=3267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28026, fd=2442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35874, fd=2969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20984, fd=1251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17684, fd=819 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12460, fd=289 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22150, fd=1244 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14674, fd=672 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34576, fd=3044 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31008, fd=2347 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29108, fd=2561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32056, fd=2659 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16392, fd=817 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33990, fd=2943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288869 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21978, fd=1230 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32406, fd=2758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.288971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36096, fd=2142 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22416, fd=1339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34822, fd=2818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12644, fd=306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18786, fd=953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36880, fd=3432 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289121 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25558, fd=1664 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35716, fd=2118 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29178, fd=2358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28286, fd=2282 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34920, fd=2827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29456, fd=2173 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22434, fd=1412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16038, fd=686 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18350, fd=632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289603 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24018, fd=1778 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27438, fd=1841 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27818, fd=1886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14986, fd=602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20374, fd=844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289718 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26966, fd=1871 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37178, fd=3053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30768, fd=1607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289785 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21480, fd=1636 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36306, fd=2976 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31710, fd=2361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289800 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29758, fd=2402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19518, fd=1319 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12466, fd=288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24698, fd=1081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12822, fd=326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46356, fd=4152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26636, fd=2304 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19184, fd=960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22958, fd=1610 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45454, fd=4007 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28756, fd=2533 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.289997 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46200, fd=4084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25172, fd=1771 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14520, fd=507 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26484, fd=1775 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17878, fd=1175 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42426, fd=3809 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43762, fd=3970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15528, fd=584 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48152, fd=4376 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34192, fd=2620 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45860, fd=4059 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44778, fd=4174 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27274, fd=2401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47394, fd=4283 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33872, fd=2937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47768, fd=4308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45278, fd=4298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17370, fd=800 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15934, fd=645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33106, fd=2816 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17982, fd=864 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17012, fd=921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43570, fd=2834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42520, fd=4055 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12606, fd=303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44448, fd=3922 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290597 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31692, fd=2448 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23304, fd=1456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290614 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44004, fd=3893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47892, fd=4195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290631 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44968, fd=3819 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290673 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47990, fd=4327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46736, fd=4129 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26958, fd=2101 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33458, fd=2960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23238, fd=1442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22664, fd=1559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30052, fd=2450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36652, fd=3048 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20136, fd=1421 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30090, fd=2416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19856, fd=1147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44662, fd=3943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45730, fd=4123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43684, fd=3810 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17368, fd=688 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.290989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20462, fd=1129 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37762, fd=3126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43174, fd=3676 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46548, fd=3062 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28772, fd=2110 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42692, fd=3827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32198, fd=2739 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30500, fd=1572 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30918, fd=2362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42610, fd=3935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32992, fd=2979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291570 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45972, fd=3001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38746, fd=2396 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18608, fd=839 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32778, fd=2472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25102, fd=1648 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43468, fd=4020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291691 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43916, fd=3854 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45378, fd=4307 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16422, fd=871 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291821 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44552, fd=2904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15160, fd=683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18368, fd=1045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38484, fd=3551 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.291998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48236, fd=3200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22696, fd=1035 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43000, fd=4103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38950, fd=3315 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38326, fd=3542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42360, fd=3794 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23748, fd=1513 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46826, fd=4197 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28576, fd=1965 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14424, fd=707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18656, fd=906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39804, fd=2475 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28068, fd=2191 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46084, fd=4237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43296, fd=3781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47618, fd=4367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24070, fd=1994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30358, fd=2290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23642, fd=1927 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27636, fd=1239 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25664, fd=1837 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43100, fd=2761 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42900, fd=2740 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22306, fd=1325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20200, fd=1161 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292512 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26384, fd=1712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46276, fd=4254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37984, fd=3509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21782, fd=1025 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19180, fd=1302 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34056, fd=3061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47092, fd=4266 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292649 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43830, fd=3977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23732, fd=1053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292653 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37496, fd=3371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42282, fd=3889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292693 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24224, fd=1532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26006, fd=1890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26894, fd=2093 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40004, fd=3287 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42146, fd=3641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31556, fd=2881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45600, fd=4235 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33590, fd=2576 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292841 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23164, fd=1450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47294, fd=4215 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44340, fd=4022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.292998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43406, fd=3822 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47562, fd=4364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35004, fd=3103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16074, fd=662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14494, fd=503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14692, fd=520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293135 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30786, fd=2326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14638, fd=512 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31328, fd=2602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46450, fd=4246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29504, fd=2066 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14924, fd=521 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48096, fd=4334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35230, fd=3191 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27270, fd=1891 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40308, fd=3442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16588, fd=750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34370, fd=3034 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21454, fd=1264 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47480, fd=4293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47016, fd=3091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39402, fd=3647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32008, fd=2485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40548, fd=3482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37340, fd=3153 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26028, fd=1912 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17646, fd=1139 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20908, fd=1310 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13340, fd=385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18208, fd=1176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45060, fd=2920 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25572, fd=1931 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44850, fd=3932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293930 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42202, fd=4026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.293930 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36220, fd=2953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294022 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36628, fd=3326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294023 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22784, fd=1503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24688, fd=1589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19730, fd=1140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39056, fd=3488 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45148, fd=2935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294135 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24592, fd=1568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37624, fd=3392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13206, fd=367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13278, fd=373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13448, fd=394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20704, fd=1234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44204, fd=3904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26490, fd=1752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13228, fd=369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13566, fd=410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13464, fd=399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14468, fd=578 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13062, fd=353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13552, fd=404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13314, fd=376 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13140, fd=362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13550, fd=402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13502, fd=398 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13160, fd=361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17154, fd=801 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13426, fd=392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13292, fd=375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13218, fd=374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294614 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13382, fd=383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294617 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35424, fd=3159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13204, fd=372 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294637 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13150, fd=363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294642 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13240, fd=403 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13584, fd=411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32776, fd=2861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34540, fd=3082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13568, fd=412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13124, fd=360 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294718 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27638, fd=1974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13056, fd=351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46636, fd=4062 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294841 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13398, fd=384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294865 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47214, fd=4011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.294890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13166, fd=365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35860, fd=3342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13220, fd=368 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13014, fd=354 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13524, fd=409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21262, fd=939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39618, fd=3270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13076, fd=356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13348, fd=381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46948, fd=4075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13484, fd=395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33204, fd=1911 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39308, fd=3352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13416, fd=390 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295629 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13040, fd=350 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295691 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29154, fd=2592 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.295857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32398, fd=2535 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13100, fd=358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13454, fd=408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18020, fd=1039 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44090, fd=3896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13108, fd=359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39400, fd=3520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34282, fd=3028 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38668, fd=3370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13370, fd=382 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15550, fd=624 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30010, fd=2138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35978, fd=2939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22920, fd=1038 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17502, fd=978 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20022, fd=1106 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296409 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40746, fd=2560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26056, fd=1112 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35464, fd=3177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13360, fd=387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13514, fd=400 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13326, fd=379 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42788, fd=4098 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13232, fd=371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13404, fd=388 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16070, fd=815 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13534, fd=401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13496, fd=397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31156, fd=2283 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29064, fd=2335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37138, fd=3058 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35124, fd=2065 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17006, fd=941 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18514, fd=1257 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296855 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33882, fd=2591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13520, fd=405 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296894 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13346, fd=378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296911 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28710, fd=2266 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32680, fd=2550 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.296979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29910, fd=2443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25048, fd=1635 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297070 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34726, fd=3098 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27348, fd=2407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13476, fd=391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33054, fd=2618 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37016, fd=2199 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13224, fd=370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297387 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27766, fd=2214 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26736, fd=1798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21044, fd=1511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32188, fd=2759 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22504, fd=1032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39052, fd=3500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13458, fd=396 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297766 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13090, fd=355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41066, fd=3632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15412, fd=537 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40436, fd=3453 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297861 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37814, fd=3131 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.297994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31290, fd=2414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23856, fd=1473 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38530, fd=3277 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38796, fd=3454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13332, fd=407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41604, fd=3672 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13298, fd=377 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13008, fd=352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31678, fd=2626 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41790, fd=3969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13190, fd=366 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13178, fd=364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16554, fd=855 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25798, fd=1867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14916, fd=701 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13482, fd=393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26236, fd=1776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298623 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13434, fd=386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36746, fd=3423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18040, fd=1036 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21566, fd=987 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28192, fd=2024 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.298929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30484, fd=1562 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23348, fd=1892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24878, fd=1642 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20478, fd=1474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29074, fd=2122 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19590, fd=773 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31570, fd=2441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36322, fd=3253 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38160, fd=3414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40150, fd=3428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40410, fd=3688 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38360, fd=3548 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41058, fd=3544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33418, fd=2689 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39752, fd=3456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13024, fd=349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32020, fd=2653 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34462, fd=2786 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13792, fd=474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22084, fd=1385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41288, fd=3536 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14000, fd=457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37524, fd=3300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23884, fd=1482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41374, fd=3703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15262, fd=574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13992, fd=456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20538, fd=1211 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36744, fd=3254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.299980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13804, fd=432 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13968, fd=453 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33606, fd=2927 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13264, fd=380 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18476, fd=920 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20006, fd=1148 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13750, fd=429 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13248, fd=406 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13078, fd=357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30866, fd=2514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16504, fd=627 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13654, fd=422 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32780, fd=2480 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13946, fd=443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14136, fd=476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30816, fd=2494 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40084, fd=2503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13960, fd=449 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19030, fd=967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13810, fd=444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29536, fd=2071 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39886, fd=3278 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22028, fd=1317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14108, fd=464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14032, fd=473 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22488, fd=1361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34968, fd=3255 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17562, fd=724 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300643 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26292, fd=1943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13652, fd=421 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40744, fd=3623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300884 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13602, fd=415 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13612, fd=416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.300951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25330, fd=1939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30006, fd=2456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301030 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14150, fd=465 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38080, fd=3345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22896, fd=1516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13634, fd=419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301045 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25844, fd=1757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301055 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14180, fd=466 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301058 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13640, fd=420 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13674, fd=425 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25376, fd=1095 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13702, fd=428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301155 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39046, fd=3491 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13880, fd=436 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15970, fd=569 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24332, fd=1785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28598, fd=2104 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14072, fd=469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33230, fd=1925 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13916, fd=439 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13764, fd=430 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34054, fd=2606 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15054, fd=530 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13850, fd=448 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301601 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19006, fd=876 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301609 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14086, fd=470 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32376, fd=2534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301759 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14164, fd=472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13628, fd=417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301780 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14196, fd=471 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20486, fd=834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13718, fd=440 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13974, fd=454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301838 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13892, fd=438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28196, fd=2050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13910, fd=437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19188, fd=985 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21064, fd=1370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13668, fd=424 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13912, fd=462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35964, fd=2980 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301939 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13904, fd=450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.301945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37096, fd=3446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23396, fd=1449 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302030 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14016, fd=458 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13874, fd=435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35754, fd=2895 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30434, fd=1514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39396, fd=3389 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13858, fd=434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13684, fd=426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13456, fd=389 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21542, fd=968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34768, fd=3138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24778, fd=1082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13948, fd=452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13844, fd=447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24376, fd=1076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21138, fd=894 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22154, fd=1026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37420, fd=3188 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14122, fd=475 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44368, fd=4190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31182, fd=2635 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15538, fd=621 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302614 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27834, fd=2121 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302630 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14044, fd=461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29506, fd=2395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27584, fd=1945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42558, fd=3821 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44758, fd=3945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16582, fd=622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27164, fd=1876 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25404, fd=1692 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45164, fd=3979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47368, fd=4023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26598, fd=1768 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14056, fd=468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47188, fd=3107 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302894 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13666, fd=423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30050, fd=2518 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25762, fd=2194 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26016, fd=1977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302958 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45798, fd=4223 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13780, fd=431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29348, fd=2633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.302975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45072, fd=2930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42144, fd=3856 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31536, fd=2320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26742, fd=2351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31874, fd=2701 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13932, fd=451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23398, fd=1478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303064 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13956, fd=446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36320, fd=3269 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28614, fd=2312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35056, fd=2763 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28014, fd=2210 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36570, fd=2975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17256, fd=583 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13596, fd=414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44546, fd=3762 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303202 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44122, fd=3869 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16848, fd=772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44482, fd=3923 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43128, fd=4108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24508, fd=1830 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25146, fd=1626 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303380 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14192, fd=467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38714, fd=3375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26948, fd=2086 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17864, fd=850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13986, fd=455 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46236, fd=4333 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42326, fd=3622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13854, fd=460 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34396, fd=2756 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17014, fd=949 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20164, fd=1173 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18876, fd=932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46718, fd=4126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303590 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45522, fd=3865 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45920, fd=2993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46320, fd=4047 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46596, fd=4179 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303625 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36278, fd=2940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13720, fd=441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303662 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42838, fd=3899 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303691 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15436, fd=771 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34008, fd=1975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35404, fd=2888 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29678, fd=2189 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42944, fd=3800 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46994, fd=3980 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46046, fd=4234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35356, fd=3130 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303877 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46430, fd=4161 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32872, fd=2807 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46144, fd=4077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43816, fd=3849 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48016, fd=4322 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42200, fd=3690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.303989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46926, fd=4142 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304007 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13630, fd=418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48090, fd=4329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47264, fd=4358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30538, fd=2446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14664, fd=519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43628, fd=3859 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14102, fd=463 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20858, fd=1519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42390, fd=3711 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27188, fd=2051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32292, fd=2923 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37730, fd=3166 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30852, fd=2238 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31234, fd=2538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13826, fd=433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304382 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44862, fd=3963 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17548, fd=1110 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32590, fd=2944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21754, fd=1000 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33666, fd=2648 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304472 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16210, fd=601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304552 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44300, fd=2880 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13590, fd=413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44648, fd=3937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47518, fd=4236 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44220, fd=3898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44974, fd=3954 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47798, fd=4310 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24836, fd=1612 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304865 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13686, fd=427 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27524, fd=1849 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46820, fd=3085 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14830, fd=556 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.304925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36838, fd=3335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18548, fd=658 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47436, fd=4033 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47598, fd=4287 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24132, fd=1681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46518, fd=3942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33252, fd=1933 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26336, fd=2267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42648, fd=3659 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42742, fd=3769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45362, fd=4202 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28872, fd=2357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45294, fd=4294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28402, fd=1951 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13838, fd=445 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29020, fd=1346 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47086, fd=4159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305756 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22722, fd=1363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305763 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23300, fd=1470 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42266, fd=3733 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14030, fd=459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31516, fd=2425 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43440, fd=3689 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.305979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23130, fd=1426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38724, fd=3220 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47720, fd=4303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41498, fd=3633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41946, fd=3828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32916, fd=2876 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19274, fd=896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41188, fd=2623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306240 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45428, fd=4311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43714, fd=3863 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23752, fd=1493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13734, fd=442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36634, fd=3331 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18216, fd=1151 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19866, fd=1023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29826, fd=2116 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34216, fd=2012 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15278, fd=640 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35110, fd=2061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21478, fd=1537 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20480, fd=1487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37074, fd=3037 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306620 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47902, fd=4370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38044, fd=3146 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32364, fd=2438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38340, fd=3281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42482, fd=3730 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25630, fd=1741 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26178, fd=1802 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306806 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44002, fd=3858 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24868, fd=1594 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27930, fd=2013 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34102, fd=2994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27648, fd=2196 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29836, fd=2225 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306930 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31138, fd=1677 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18540, fd=1050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306963 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27082, fd=2063 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37362, fd=3108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26670, fd=1145 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35454, fd=2846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.306990 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43352, fd=3838 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19570, fd=768 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22092, fd=1252 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21902, fd=1300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17836, fd=1029 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39390, fd=2437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16618, fd=705 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38712, fd=2390 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39720, fd=3545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45604, fd=3881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21072, fd=1164 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43222, fd=4115 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40076, fd=2497 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45692, fd=4220 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24290, fd=1554 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19564, fd=1001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40898, fd=2593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32410, fd=2749 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307625 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25198, fd=2139 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307630 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41284, fd=3743 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28968, fd=2313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35312, fd=2872 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35848, fd=2125 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37364, fd=3459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40388, fd=3824 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40594, fd=3510 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26782, fd=2025 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19556, fd=1083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23862, fd=1459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307802 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22962, fd=1530 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16426, fd=674 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27548, fd=2165 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39014, fd=3484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29408, fd=1425 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.307957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19028, fd=977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27288, fd=1204 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41698, fd=2664 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16788, fd=643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33760, fd=3077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37664, fd=3212 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37018, fd=3047 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308207 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16202, fd=811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33236, fd=2631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18334, fd=889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21636, fd=1699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20000, fd=1136 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31950, fd=2718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40368, fd=3818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30756, fd=2559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43516, fd=3851 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24732, fd=1875 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29424, fd=2317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17592, fd=1009 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40692, fd=3589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40132, fd=3485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33344, fd=2879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30300, fd=2176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308922 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17336, fd=726 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30328, fd=2254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18764, fd=1283 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.308990 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24398, fd=1576 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28522, fd=1329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26408, fd=1784 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39048, fd=2413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25374, fd=1828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18158, fd=884 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36692, fd=3316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15012, fd=582 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15776, fd=625 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29880, fd=2124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15222, fd=722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34714, fd=2707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35422, fd=2823 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27998, fd=2265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37338, fd=3387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18112, fd=1189 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43030, fd=3748 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39392, fd=2444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35714, fd=3340 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309392 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30732, fd=2486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25916, fd=1685 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31112, fd=2379 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34964, fd=3239 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27618, fd=1957 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25406, fd=2169 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25908, fd=1985 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38378, fd=3195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23498, fd=1046 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18624, fd=929 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34594, fd=3060 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309617 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19124, fd=1351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309662 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34144, fd=1989 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22376, fd=1333 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16204, fd=704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20152, fd=1443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24870, fd=1091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19728, fd=785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17108, fd=793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23496, fd=1910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15884, fd=650 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28062, fd=1288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309862 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35658, fd=2918 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31646, fd=2440 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40466, fd=3614 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15330, fd=598 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40064, fd=3561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28984, fd=2026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309985 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39456, fd=3626 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.309995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41544, fd=3664 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36622, fd=3285 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310030 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34504, fd=2685 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310070 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20706, fd=1142 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23904, fd=1060 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33746, fd=2906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40988, fd=3662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36218, fd=2968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37044, fd=3129 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32046, fd=1813 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35030, fd=2802 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41780, fd=3665 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37928, fd=3519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35756, fd=2962 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22542, fd=1354 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310456 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36190, fd=3237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31906, fd=2474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38332, fd=3284 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37666, fd=2280 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23946, fd=1518 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21260, fd=1169 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22026, fd=1323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32490, fd=2757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22982, fd=1524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15540, fd=543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310763 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30232, fd=1500 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310888 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29508, fd=2171 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31690, fd=2686 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310922 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22528, fd=1549 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18760, fd=1291 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40800, fd=3497 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33340, fd=1940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.310998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16642, fd=900 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41164, fd=3726 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32808, fd=2488 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311161 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39902, fd=3541 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36168, fd=2995 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30410, fd=2529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15744, fd=544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27186, fd=1210 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32510, fd=2548 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27202, fd=2069 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28648, fd=2517 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25904, fd=1716 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31566, fd=2665 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34644, fd=3069 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28104, fd=1297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311397 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24932, fd=1632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25356, fd=1955 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24462, fd=1546 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28488, fd=2270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22506, fd=1463 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311455 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33346, fd=2886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30698, fd=2811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31154, fd=2545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37596, fd=3112 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21116, fd=1265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19844, fd=1407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34000, fd=3030 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33696, fd=2668 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22136, fd=1728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26560, fd=1808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21476, fd=1675 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20634, fd=1504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22724, fd=1410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20084, fd=1179 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30992, fd=2565 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15402, fd=608 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311691 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38042, fd=3238 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35058, fd=2771 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34190, fd=2634 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39062, fd=3344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35430, fd=2083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24966, fd=1763 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38896, fd=3233 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39722, fd=3739 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26848, fd=2359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37240, fd=3079 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20130, fd=1158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42058, fd=3684 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27508, fd=1233 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16288, fd=848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15860, fd=681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.311992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19338, fd=1077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19626, fd=781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41920, fd=3997 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40844, fd=3506 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26762, fd=1832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32296, fd=2501 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23458, fd=1579 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41432, fd=3563 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24394, fd=1709 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17714, fd=1150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22526, fd=1542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39220, fd=3630 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26008, fd=1998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29978, fd=2240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24496, fd=1845 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32914, fd=2604 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26450, fd=1950 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21640, fd=1428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17310, fd=721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17100, fd=959 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23454, fd=1571 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21140, fd=1601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20956, fd=1563 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38916, fd=3472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312552 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32136, fd=2915 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38716, fd=3377 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36392, fd=3014 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312595 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14704, fd=660 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39834, fd=3416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38576, fd=3568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39446, fd=2451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29458, fd=2397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312720 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32970, fd=2502 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40482, fd=3853 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312750 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18738, fd=1057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40284, fd=3578 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40916, fd=3640 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16574, fd=690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36798, fd=3271 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312978 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18218, fd=647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.312996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40546, fd=3692 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17590, fd=832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33790, fd=2703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35884, fd=3186 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19692, fd=1166 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41700, fd=3965 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31412, fd=1713 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22922, fd=1617 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14954, fd=718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35206, fd=3308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313383 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39970, fd=3776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313409 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29204, fd=2293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313421 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33516, fd=2887 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30600, fd=1600 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313466 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19202, fd=974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29090, fd=2585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30088, fd=2476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37890, fd=3329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39266, fd=3386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36810, fd=3102 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313635 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36364, fd=3015 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42950, fd=3968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41510, fd=3559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313719 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34800, fd=2720 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313730 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42468, fd=4049 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313780 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28314, fd=1307 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17788, fd=836 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47392, fd=4029 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35628, fd=2090 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20390, fd=1457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30848, fd=2586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42380, fd=3801 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313913 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27054, fd=1870 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37572, fd=3374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33060, fd=2905 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.313965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46638, fd=3958 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47734, fd=3151 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46178, fd=4037 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314026 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22132, fd=1027 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14950, fd=710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28810, fd=2298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41696, fd=3580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42550, fd=4076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43802, fd=3842 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38278, fd=3250 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36018, fd=3358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20608, fd=1209 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18296, fd=1040 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34400, fd=3086 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42646, fd=3761 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16116, fd=821 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46564, fd=3950 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314395 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43902, fd=4137 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21642, fd=994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39640, fd=3537 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45452, fd=4117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16718, fd=723 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314522 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47868, fd=4315 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314532 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26386, fd=1737 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43722, fd=3830 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314552 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44740, fd=4204 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46362, fd=3055 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314591 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31282, fd=2596 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45872, fd=4325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48048, fd=4339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45978, fd=4331 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42110, fd=3848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47192, fd=4006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23952, fd=1986 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38260, fd=3235 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314882 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46762, fd=4189 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45572, fd=3875 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46846, fd=4200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.314999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42840, fd=3777 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37186, fd=2226 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23880, fd=1788 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41248, fd=3645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37554, fd=3202 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43228, fd=2797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45392, fd=3987 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44206, fd=4085 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27690, fd=2205 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315642 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27820, fd=2177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42304, fd=3677 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45186, fd=4289 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44322, fd=4095 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44116, fd=2866 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31836, fd=1780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46466, fd=4163 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.315996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28318, fd=1313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40568, fd=3504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28836, fd=2547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45310, fd=4301 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37910, fd=2309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30570, fd=2305 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43614, fd=4046 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23064, fd=1689 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39588, fd=3401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47018, fd=4205 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32682, fd=2563 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43980, fd=2857 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47472, fd=3128 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40318, fd=3583 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36060, fd=3242 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316439 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21258, fd=1399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41672, fd=3574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47920, fd=4371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316466 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29688, fd=1462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22246, fd=1515 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43436, fd=2806 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43134, fd=3666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42252, fd=3874 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32690, fd=2570 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44836, fd=3948 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316577 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16646, fd=908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35298, fd=3140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316630 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40868, fd=3628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24074, fd=1767 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38602, fd=3299 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41404, fd=3760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20742, fd=865 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44528, fd=2897 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316686 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17660, fd=842 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17158, fd=982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20240, fd=1441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34470, fd=3056 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46950, fd=4080 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30128, fd=2753 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45764, fd=4321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32318, fd=2516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43332, fd=3683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39964, fd=3783 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31872, fd=2452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.316987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19148, fd=1365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37384, fd=3164 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41896, fd=3732 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18204, fd=1237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40180, fd=3661 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25026, fd=1634 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317148 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37072, fd=3075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22942, fd=1833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45084, fd=4097 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42728, fd=3940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33168, fd=2833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29294, fd=2058 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41134, fd=3524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44056, fd=4145 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34918, fd=2835 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25418, fd=1680 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26972, fd=1819 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44410, fd=3738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317603 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39270, fd=2431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38934, fd=3310 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27422, fd=1937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20370, fd=1202 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47616, fd=4296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44638, fd=4165 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19114, fd=969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317906 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25462, fd=1903 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42170, fd=3773 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317922 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33610, fd=2656 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.317974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23958, fd=1972 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16000, fd=633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17236, fd=758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27472, fd=1216 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23578, fd=1944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45670, fd=3999 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28888, fd=2327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32580, fd=2445 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29704, fd=2213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31904, fd=2704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15230, fd=591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26536, fd=1143 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30920, fd=1628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23056, fd=1414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42040, fd=3679 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24250, fd=1535 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37668, fd=3399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18454, fd=1048 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25984, fd=2251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24588, fd=1566 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34052, fd=3040 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46262, fd=3039 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318612 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21444, fd=1249 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18160, fd=845 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43506, fd=4039 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318761 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31568, fd=2434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46072, fd=3018 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318771 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27088, fd=2373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34032, fd=2706 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35660, fd=2941 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22620, fd=1033 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16206, fd=666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22228, fd=1597 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.318994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15036, fd=549 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23658, fd=1049 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24876, fd=2068 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47280, fd=4290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29908, fd=2392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319096 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30230, fd=2483 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16318, fd=593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20772, fd=1225 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43042, fd=3754 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21752, fd=1019 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25878, fd=2211 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19694, fd=1022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14810, fd=778 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32294, fd=2507 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17848, fd=743 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319557 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21112, fd=1362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319628 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32904, fd=2821 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23274, fd=1676 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319708 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23340, fd=1564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319723 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29510, fd=2672 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47096, fd=4088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319867 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38358, fd=3175 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319927 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34292, fd=2751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319968 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21700, fd=1338 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.319984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31292, fd=2388 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17894, fd=1126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29200, fd=2134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16586, fd=559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30174, fd=2276 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39738, fd=3751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41506, fd=3571 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44982, fd=3971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19426, fd=993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22716, fd=1654 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23764, fd=1055 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22796, fd=1805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31908, fd=2666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40980, fd=3653 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26508, fd=1744 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34646, fd=2044 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36792, fd=3259 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33756, fd=2696 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320628 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30976, fd=1658 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17156, fd=927 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21452, fd=1422 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28482, fd=2045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320727 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24604, fd=1796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14970, fd=725 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16850, fd=915 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28176, fd=2228 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.320975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18778, fd=667 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321003 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31470, fd=2331 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33242, fd=2639 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27760, fd=1993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29224, fd=2048 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25234, fd=1843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35890, fd=2987 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29676, fd=2687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16830, fd=930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38644, fd=2382 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35480, fd=3172 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26030, fd=1725 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15442, fd=534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19472, fd=761 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40698, fd=3476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34154, fd=3017 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25458, fd=1096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30598, fd=2454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26970, fd=2088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15962, fd=791 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20004, fd=1101 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321580 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18960, fd=1321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30648, fd=2551 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26512, fd=2053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38126, fd=3154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34642, fd=3054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321821 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37468, fd=3390 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22410, fd=1446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39394, fd=3384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28100, fd=1281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321892 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24144, fd=1777 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15552, fd=738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24658, fd=1862 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321948 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31068, fd=2530 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25062, fd=2113 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.321989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37764, fd=2286 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21918, fd=1714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20456, fd=1268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18396, fd=899 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19922, fd=1160 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36632, fd=3417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39058, fd=3494 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17500, fd=824 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27396, fd=1920 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17342, fd=592 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.322689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41706, fd=3721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26160, fd=1703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41272, fd=3673 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32830, fd=2575 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26784, fd=2016 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40398, fd=3602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32444, fd=2782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323637 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37526, fd=2262 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39134, fd=3618 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18668, fd=935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27862, fd=1259 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37218, fd=3279 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30630, fd=2231 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28854, fd=2306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.323980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15534, fd=595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39412, fd=3394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40130, fd=3291 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15086, fd=677 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324332 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40078, fd=3560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31114, fd=1684 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324455 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25680, fd=1105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27440, fd=2153 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18126, fd=837 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324533 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30518, fd=2303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40776, fd=3702 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41628, fd=3650 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25442, fd=1708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41384, fd=2630 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34798, fd=2712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38862, fd=3458 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31632, fd=1750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33034, fd=2885 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.324971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15968, fd=698 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30200, fd=1492 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33394, fd=2683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21952, fd=1476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19506, fd=1087 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35280, fd=3196 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41258, fd=3694 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19752, fd=1094 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17624, fd=766 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29330, fd=2308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38918, fd=3480 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27344, fd=2075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33870, fd=2945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34886, fd=2054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325466 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28190, fd=2273 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32542, fd=2844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40032, fd=3558 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23424, fd=1416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.325931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23858, fd=1979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19398, fd=1003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34004, fd=2972 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39668, fd=3434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39686, fd=2457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26744, fd=2033 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326094 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37610, fd=3309 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326096 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32668, fd=2793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14778, fd=577 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24460, fd=1553 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30040, fd=2252 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32662, fd=2784 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41720, fd=3582 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14784, fd=597 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34884, fd=3217 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24654, fd=1577 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37530, fd=3150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31348, fd=2611 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35252, fd=2826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37880, fd=3499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41216, fd=3621 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36054, fd=2933 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35212, fd=2799 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20430, fd=1182 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24694, fd=2091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22412, fd=1348 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23702, fd=1646 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22770, fd=1397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326784 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28682, fd=2126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30108, fd=1484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35200, fd=3147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326862 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25118, fd=1859 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41056, fd=3608 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41464, fd=3637 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20196, fd=1187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37882, fd=3505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.326980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27168, fd=1926 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327007 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18780, fd=1312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21750, fd=1452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17196, fd=934 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39314, fd=3365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19248, fd=1311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327094 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25780, fd=2218 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21254, fd=1305 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40630, fd=3615 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42060, fd=2684 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19002, fd=951 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33546, fd=2893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36074, fd=2926 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21382, fd=1256 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23704, fd=1631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327421 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25250, fd=1093 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35712, fd=3327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36048, fd=3373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20718, fd=1526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17018, fd=964 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27486, fd=2417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.327608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34460, fd=3042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.328176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22264, fd=1402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.328194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25310, fd=1686 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.328348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33024, fd=2520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:10.328443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18666, fd=916 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.573505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51866, fd=290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.573572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52256, fd=334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.573840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52096, fd=318 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.574199 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52408, fd=349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.574427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51850, fd=287 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.574655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51834, fd=286 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.574798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51966, fd=303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.574868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51874, fd=291 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.575021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51922, fd=298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.575075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52180, fd=327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.575127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51938, fd=300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.575217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51898, fd=293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.575661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51914, fd=294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.575814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52346, fd=342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.576300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52488, fd=361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.576543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52136, fd=321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.576605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54078, fd=496 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.576832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60922, fd=1117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.576972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64210, fd=1476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13632, fd=3025 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577067 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52472, fd=358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52060, fd=315 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14062, fd=3644 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52512, fd=363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61390, fd=1194 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62310, fd=1373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12824, fd=3811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8612, fd=2709 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8368, fd=2557 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2474, fd=1902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577750 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7686, fd=2552 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12216, fd=3297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577806 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14874, fd=3964 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59198, fd=925 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1330, fd=2764 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2904, fd=1757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56698, fd=722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63298, fd=1366 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11334, fd=3879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16724, fd=3453 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577963 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56612, fd=708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51882, fd=292 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.577983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1648, fd=1833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4056, fd=2592 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578009 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1792, fd=2364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5986, fd=2129 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53820, fd=458 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54676, fd=1126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54378, fd=542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13438, fd=3628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3088, fd=1856 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64724, fd=1482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61156, fd=1814 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60008, fd=992 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578334 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52226, fd=332 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578383 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3326, fd=1837 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9646, fd=2677 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15188, fd=3969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56122, fd=1299 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53110, fd=426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53884, fd=1661 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578609 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60194, fd=1125 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578666 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5078, fd=2123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578700 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53234, fd=970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4898, fd=2092 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11044, fd=3869 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16004, fd=3222 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57084, fd=754 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58916, fd=947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578905 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54314, fd=533 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2638, fd=2973 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9008, fd=3085 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62126, fd=1270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.578973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16342, fd=3386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58486, fd=893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7312, fd=3758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12634, fd=2977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55148, fd=633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579155 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6254, fd=2770 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15536, fd=3320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8814, fd=2568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58064, fd=886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63826, fd=1504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9260, fd=2623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55184, fd=1797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6792, fd=3490 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59488, fd=969 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13190, fd=3023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6978, fd=3511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579577 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62810, fd=1381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4650, fd=3240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54726, fd=550 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10114, fd=2708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15130, fd=3180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579766 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14342, fd=3152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579775 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52582, fd=371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4464, fd=2139 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52742, fd=387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65230, fd=1722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55598, fd=644 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58170, fd=844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1222, fd=1665 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.579972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52484, fd=360 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580010 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56120, fd=689 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52404, fd=350 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57614, fd=839 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15486, fd=3170 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52798, fd=397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6464, fd=3457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14492, fd=3949 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13036, fd=2992 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10908, fd=2908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580214 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5582, fd=3346 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52334, fd=343 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52846, fd=404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52916, fd=405 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52898, fd=409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580316 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8082, fd=3627 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52368, fd=345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61636, fd=1267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53162, fd=428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53452, fd=1001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64342, fd=1506 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52824, fd=396 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52534, fd=366 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10124, fd=2687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52782, fd=392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52792, fd=394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52498, fd=362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52670, fd=386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52646, fd=379 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52594, fd=373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52674, fd=381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.580995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52384, fd=346 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52926, fd=411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52604, fd=374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581214 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11788, fd=2836 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3750, fd=1956 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9684, fd=3108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52592, fd=372 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52956, fd=406 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52860, fd=399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52576, fd=370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7878, fd=2612 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53586, fd=459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52908, fd=403 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52468, fd=359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52788, fd=393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63744, fd=2051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12468, fd=2921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581603 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52446, fd=355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581621 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14756, fd=3221 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52826, fd=398 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.581950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52940, fd=407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61824, fd=1228 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53400, fd=440 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52282, fd=338 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52698, fd=385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52514, fd=364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52660, fd=380 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52526, fd=365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52456, fd=356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52352, fd=344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52836, fd=401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582686 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52636, fd=376 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52888, fd=412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52772, fd=391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582745 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10580, fd=3757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582759 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52422, fd=351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52876, fd=408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5516, fd=2158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52808, fd=395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64974, fd=1692 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52726, fd=389 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52758, fd=390 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61300, fd=1233 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.582986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52546, fd=367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52618, fd=375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12958, fd=3051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65468, fd=1734 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583240 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64840, fd=1565 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12048, fd=3282 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583391 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60726, fd=1102 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53200, fd=444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62322, fd=2504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583469 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52434, fd=353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7474, fd=2303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52688, fd=382 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53052, fd=423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52872, fd=402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58572, fd=934 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52694, fd=383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8372, fd=2537 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5032, fd=2176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52800, fd=410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52838, fd=400 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7428, fd=2422 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6450, fd=2365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4626, fd=3235 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583837 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54618, fd=539 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8856, fd=2497 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52634, fd=378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55082, fd=600 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10202, fd=3854 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18400, fd=3535 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53822, fd=461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7890, fd=2625 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584023 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3166, fd=1982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.583998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52306, fd=339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9314, fd=2607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3240, fd=1830 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2802, fd=1927 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10216, fd=2674 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1420, fd=1709 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6970, fd=3508 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52996, fd=414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11062, fd=3873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2286, fd=2433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54566, fd=1135 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52232, fd=336 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52642, fd=377 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11638, fd=3785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53280, fd=449 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60192, fd=1108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7396, fd=2472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64422, fd=2127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584570 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52560, fd=369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5058, fd=3293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11060, fd=3766 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56042, fd=710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11586, fd=2824 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52968, fd=413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3614, fd=2014 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64234, fd=2651 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4188, fd=2605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584862 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61838, fd=1303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53018, fd=417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584883 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60352, fd=1083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6468, fd=2351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58988, fd=1579 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584921 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59314, fd=936 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.584939 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56300, fd=682 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58756, fd=938 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585066 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63472, fd=1359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7860, fd=2386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585139 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52980, fd=415 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2322, fd=1854 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63968, fd=1512 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9766, fd=3837 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52710, fd=388 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12970, fd=3814 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5936, fd=2320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52696, fd=384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17846, fd=3517 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57014, fd=763 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14230, fd=3088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57762, fd=834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8868, fd=3813 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585515 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55708, fd=1261 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61524, fd=1207 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585577 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58004, fd=848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59546, fd=1002 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14940, fd=3907 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585692 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13830, fd=3426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3720, fd=1955 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9334, fd=3701 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15956, fd=4000 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2816, fd=1958 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13378, fd=3404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585927 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53622, fd=535 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63254, fd=2586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585958 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6836, fd=3498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53574, fd=1008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.585975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54148, fd=505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18668, fd=3744 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586011 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57530, fd=832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13310, fd=3399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12520, fd=2953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5910, fd=2124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62602, fd=1326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58146, fd=838 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16712, fd=3311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55504, fd=627 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10472, fd=2710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5548, fd=2166 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586577 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7538, fd=2451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586616 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1860, fd=2398 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586623 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12072, fd=3265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5560, fd=2268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1972, fd=1768 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10002, fd=2815 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10636, fd=3860 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5040, fd=2107 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586693 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17176, fd=3325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18334, fd=3501 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59536, fd=958 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586749 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15860, fd=3941 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15266, fd=3531 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586835 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56734, fd=719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586862 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55196, fd=559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5906, fd=2216 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61666, fd=1274 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.586981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3628, fd=2055 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58600, fd=1543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8360, fd=3642 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13656, fd=3040 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14774, fd=3122 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18096, fd=3412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15570, fd=3316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16670, fd=4010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14608, fd=3191 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64690, fd=1662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63218, fd=1383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62892, fd=1362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16310, fd=3373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65522, fd=1559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61170, fd=1153 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64534, fd=1648 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17824, fd=3590 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65112, fd=1657 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587635 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5708, fd=2319 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58282, fd=918 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57248, fd=1403 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587708 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16242, fd=3952 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57134, fd=813 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6412, fd=2370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587775 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17820, fd=3435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59068, fd=980 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52536, fd=368 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16304, fd=3565 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17016, fd=3478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4156, fd=2004 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4136, fd=3135 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587837 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60870, fd=1792 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56550, fd=720 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587869 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14410, fd=3945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587869 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1746, fd=1744 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15134, fd=3526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587879 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8920, fd=2583 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9886, fd=2641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59790, fd=1071 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587924 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3932, fd=2088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1178, fd=1592 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.587991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14266, fd=3876 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6840, fd=2915 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1882, fd=1658 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57640, fd=826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59852, fd=998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53094, fd=435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7928, fd=2632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9552, fd=3833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65038, fd=1507 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59346, fd=1027 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63838, fd=1405 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56602, fd=750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61826, fd=1272 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58696, fd=968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8490, fd=2577 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56674, fd=1339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1408, fd=1809 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60630, fd=1119 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55606, fd=602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4642, fd=2140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588489 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1466, fd=1629 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588558 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18910, fd=4057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53402, fd=436 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11398, fd=2808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6652, fd=2407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14036, fd=3076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18630, fd=3605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12542, fd=2947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55164, fd=618 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54450, fd=567 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57688, fd=1464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18128, fd=4045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588906 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56118, fd=677 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5314, fd=2208 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588948 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13218, fd=3381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.588961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10822, fd=2901 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63484, fd=2035 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18788, fd=3544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62326, fd=1367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2666, fd=1827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9708, fd=2664 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589161 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11802, fd=2987 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3270, fd=1888 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53154, fd=422 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64426, fd=1422 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8922, fd=3070 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589198 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64892, fd=1679 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56312, fd=656 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589216 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62900, fd=1325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58220, fd=907 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12726, fd=2972 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7992, fd=2515 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7186, fd=2421 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18304, fd=3527 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10630, fd=2730 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17018, fd=3344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15510, fd=3977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18548, fd=3603 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17490, fd=3363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4566, fd=3229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64162, fd=1406 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589387 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54692, fd=563 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589412 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4856, fd=2001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8384, fd=3003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3466, fd=3081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4408, fd=3187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2268, fd=2925 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62038, fd=1342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53508, fd=1652 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589616 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11838, fd=2857 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60066, fd=1087 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62154, fd=2493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58446, fd=879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589629 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54850, fd=573 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2364, fd=1876 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589666 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6136, fd=2322 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10112, fd=3850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60348, fd=1144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56100, fd=635 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2906, fd=2469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589985 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57274, fd=1396 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.589989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15638, fd=3936 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60980, fd=1192 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9596, fd=2682 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63732, fd=1413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18710, fd=3745 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65358, fd=1541 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60448, fd=1726 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5886, fd=3384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65390, fd=1620 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6308, fd=2177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7300, fd=2280 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56934, fd=776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55246, fd=586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54386, fd=1750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55652, fd=589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62372, fd=1284 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9438, fd=2760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60006, fd=1074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59482, fd=1000 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590691 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12342, fd=3307 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3164, fd=1975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590711 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14052, fd=3639 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590749 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64450, fd=1451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55798, fd=1883 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4518, fd=2643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61458, fd=1200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15120, fd=3667 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12264, fd=3901 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4986, fd=2020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13250, fd=3826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5428, fd=2263 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12366, fd=2931 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10952, fd=2792 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.590943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4064, fd=1984 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8696, fd=2491 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62934, fd=1375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17342, fd=3586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18854, fd=3607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591067 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1818, fd=1752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3582, fd=1881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57406, fd=827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10408, fd=2735 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61310, fd=1185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63532, fd=1516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11458, fd=2848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17270, fd=3356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9130, fd=2602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13668, fd=3838 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11318, fd=3189 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62656, fd=1435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591316 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13814, fd=3121 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2744, fd=2981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16950, fd=3374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17400, fd=3997 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14752, fd=3889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60774, fd=2409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10520, fd=3143 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7604, fd=3772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15420, fd=3295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8268, fd=2443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57938, fd=867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54066, fd=508 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18008, fd=4017 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64032, fd=1568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3108, fd=1967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14386, fd=3649 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.591979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15782, fd=3989 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18214, fd=3521 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8306, fd=2450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12202, fd=2913 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18480, fd=3538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12648, fd=3808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54204, fd=521 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62120, fd=1230 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61922, fd=1285 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11040, fd=3178 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16170, fd=3337 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10624, fd=2747 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592240 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7808, fd=2496 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2046, fd=1664 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55356, fd=604 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4872, fd=2186 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9258, fd=2572 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14610, fd=3115 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9674, fd=2638 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11562, fd=2855 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592392 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5364, fd=2265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6828, fd=2250 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4450, fd=2108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10968, fd=2766 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7444, fd=2435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18094, fd=3450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58906, fd=913 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16666, fd=4011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61098, fd=1174 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58896, fd=983 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12764, fd=3914 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592727 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63922, fd=1555 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64414, fd=1514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13436, fd=3626 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1332, fd=1609 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15598, fd=3982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60924, fd=1124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13094, fd=3620 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54616, fd=1729 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2284, fd=1838 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592838 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5794, fd=2293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64046, fd=1535 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7750, fd=3780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2636, fd=1817 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592882 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5086, fd=3312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592864 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13854, fd=3436 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55450, fd=1247 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57032, fd=794 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54168, fd=510 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4150, fd=2019 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1782, fd=1735 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.592986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57962, fd=850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593048 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1172, fd=1551 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3610, fd=2066 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593064 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6012, fd=3417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65354, fd=1730 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56510, fd=755 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62254, fd=1257 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11958, fd=2885 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593214 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6832, fd=2887 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5616, fd=2083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56362, fd=730 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56642, fd=707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9710, fd=2659 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593297 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57494, fd=828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593334 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8272, fd=2673 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8782, fd=2567 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6466, fd=2388 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3934, fd=1980 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17152, fd=3330 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63092, fd=1316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17512, fd=4037 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55104, fd=585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55428, fd=622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11870, fd=2873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8734, fd=2555 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55928, fd=670 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61778, fd=1248 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60018, fd=1067 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53658, fd=454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63300, fd=1452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593750 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53882, fd=486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53358, fd=985 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14754, fd=3495 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593913 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65296, fd=1513 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64838, fd=1622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.593932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61634, fd=1227 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594182 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59498, fd=1033 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17642, fd=3717 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1294, fd=1787 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594297 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7018, fd=2447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11668, fd=2896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594407 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55004, fd=1163 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58370, fd=908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64906, fd=1498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58956, fd=990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14306, fd=3083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6398, fd=2270 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14958, fd=3128 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3098, fd=1847 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57922, fd=874 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60588, fd=1176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594591 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57404, fd=820 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16020, fd=3692 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4678, fd=2074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7832, fd=2377 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594649 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2508, fd=1884 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12340, fd=3004 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594719 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14326, fd=3166 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3432, fd=1858 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53232, fd=1617 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62612, fd=1275 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2228, fd=1707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11046, fd=3871 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2962, fd=1749 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55956, fd=1268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53878, fd=493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61410, fd=1221 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10186, fd=3852 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3246, fd=2009 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594952 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16606, fd=3433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.594975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56420, fd=714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64034, fd=1528 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60082, fd=1081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595094 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62614, fd=1968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9244, fd=2604 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16366, fd=3402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15094, fd=3218 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12728, fd=3028 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60506, fd=1718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64350, fd=1417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59486, fd=982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13874, fd=3062 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54766, fd=544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15294, fd=3973 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63544, fd=1365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16042, fd=3323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7400, fd=2346 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595896 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7748, fd=3778 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15416, fd=3290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.595936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58432, fd=883 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16822, fd=3970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596135 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10174, fd=2751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53594, fd=455 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1742, fd=2831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10620, fd=2721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55900, fd=1278 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13278, fd=3063 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13442, fd=3832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6830, fd=2413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8666, fd=3671 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64536, fd=1469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596616 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54448, fd=561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596628 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9248, fd=2626 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18992, fd=3552 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15296, fd=3672 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59772, fd=1043 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1946, fd=1855 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61760, fd=1308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5290, fd=2042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1612, fd=2324 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17902, fd=3726 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64828, fd=1495 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.596994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57844, fd=872 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17124, fd=3983 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12470, fd=3314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18446, fd=4049 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17582, fd=3505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12852, fd=2989 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12680, fd=3614 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58702, fd=944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63182, fd=1479 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54614, fd=1113 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9628, fd=2609 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13732, fd=3420 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597424 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61060, fd=2431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58280, fd=1508 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11232, fd=2803 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17404, fd=3425 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18608, fd=4054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5350, fd=2233 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64922, fd=1630 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63698, fd=1487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597558 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16802, fd=3459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64152, fd=1589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2898, fd=1932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5748, fd=2258 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597614 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17258, fd=3334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64416, fd=1427 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15528, fd=3263 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4434, fd=3195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597674 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3242, fd=3043 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62770, fd=1341 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3954, fd=1976 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597750 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7722, fd=3776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62654, fd=1977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597780 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6708, fd=2235 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55068, fd=1170 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59912, fd=1006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15626, fd=3279 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.597898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15876, fd=3693 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8180, fd=3796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65074, fd=1534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57296, fd=822 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63354, fd=1472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56390, fd=668 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10992, fd=2832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57250, fd=785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13444, fd=3035 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4238, fd=3162 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2360, fd=1901 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18266, fd=3418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14146, fd=3645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60248, fd=1084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3510, fd=1920 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65524, fd=1764 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60722, fd=1089 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18068, fd=4020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18824, fd=3528 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16736, fd=3370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56884, fd=740 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11518, fd=3883 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55442, fd=1240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57842, fd=851 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13068, fd=3916 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7378, fd=2337 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54202, fd=1078 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18954, fd=3608 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59276, fd=1003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10046, fd=2732 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598611 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2234, fd=1813 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598616 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13946, fd=3071 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60500, fd=1123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1274, fd=2748 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6160, fd=2790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6244, fd=2367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61650, fd=1234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9158, fd=3819 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10688, fd=2775 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53580, fd=467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16378, fd=3391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.598953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2642, fd=1900 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61258, fd=1167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14536, fd=3174 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17778, fd=3513 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14790, fd=3662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7272, fd=2448 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63950, fd=2627 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599512 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62260, fd=1298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4890, fd=2008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14388, fd=3947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4776, fd=2665 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1498, fd=1818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599784 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8366, fd=2693 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599800 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18760, fd=3542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64852, fd=1483 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13064, fd=3011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16442, fd=4006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3120, fd=1997 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57612, fd=815 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64386, fd=1623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599921 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8210, fd=3793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599933 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14912, fd=3146 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62146, fd=2486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.599947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5030, fd=2199 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2886, fd=1950 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8788, fd=3677 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1906, fd=2387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9722, fd=2794 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14372, fd=3646 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59576, fd=2334 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55266, fd=1823 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13942, fd=3447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56600, fd=729 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5920, fd=2327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600297 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58378, fd=2180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600372 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15170, fd=3272 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18680, fd=4030 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600472 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4144, fd=3150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2342, fd=1802 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11734, fd=2979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54562, fd=1758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11174, fd=2805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54876, fd=1158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3154, fd=1804 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1430, fd=1616 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58686, fd=930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62122, fd=1348 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56778, fd=751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10188, fd=2683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13420, fd=3834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600838 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12206, fd=2944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10516, fd=2864 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3672, fd=2028 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65182, fd=1530 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18426, fd=3515 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600933 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12248, fd=3610 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600940 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12524, fd=2957 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.600957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6864, fd=2893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63356, fd=1377 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601023 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14008, fd=3134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14412, fd=3089 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11812, fd=2862 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11656, fd=2856 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17822, fd=3724 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11872, fd=3246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15874, fd=3938 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15168, fd=3186 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64738, fd=1678 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5768, fd=2297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4640, fd=2119 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9928, fd=2654 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13032, fd=3014 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12096, fd=2886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62814, fd=1355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601415 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9482, fd=2767 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62694, fd=1385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60086, fd=1039 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61260, fd=1133 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601469 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8034, fd=2424 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10450, fd=3859 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3498, fd=1918 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7402, fd=2509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55726, fd=631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601780 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63144, fd=1337 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56762, fd=1349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9712, fd=2801 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2668, fd=1824 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18562, fd=4053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58880, fd=959 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601967 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16988, fd=3395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16672, fd=3300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.601999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56030, fd=757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10242, fd=2728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59440, fd=961 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14730, fd=3215 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602064 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8730, fd=2582 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53818, fd=491 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62302, fd=1947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57276, fd=798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59096, fd=1585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7806, fd=2619 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6462, fd=2184 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15070, fd=3167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17414, fd=3357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10912, fd=2816 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18252, fd=3599 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18912, fd=3533 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5716, fd=2291 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17988, fd=4043 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60594, fd=2400 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63850, fd=1426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59220, fd=1605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65364, fd=1746 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60766, fd=1141 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57096, fd=781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602609 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6172, fd=2350 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58590, fd=915 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63846, fd=1424 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6628, fd=2853 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602749 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3618, fd=1949 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602771 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15400, fd=3301 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602837 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64300, fd=1618 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57780, fd=857 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.602946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15792, fd=3296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17686, fd=3387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5330, fd=2227 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16656, fd=3288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8616, fd=3666 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17362, fd=3991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9274, fd=2616 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2252, fd=1886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3210, fd=2016 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12758, fd=3615 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13638, fd=3103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1566, fd=1631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4870, fd=3281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14264, fd=3078 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54472, fd=527 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59616, fd=1050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4422, fd=3181 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54768, fd=587 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61180, fd=1219 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.603932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58058, fd=1501 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55386, fd=615 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14794, fd=3124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65110, fd=2714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18200, fd=3736 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12200, fd=2900 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54358, fd=503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60254, fd=1038 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5702, fd=2307 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16166, fd=3697 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60748, fd=1770 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13410, fd=3410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57372, fd=2086 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15530, fd=3188 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3038, fd=1789 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12584, fd=3010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1820, fd=2852 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17444, fd=3715 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4312, fd=2023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17058, fd=4022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55290, fd=1815 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7214, fd=2412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61664, fd=1241 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7672, fd=2473 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3198, fd=1867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16942, fd=3466 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16376, fd=3275 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61862, fd=1891 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15674, fd=3194 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6148, fd=2353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604611 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61308, fd=2452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3982, fd=2089 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9856, fd=3848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1838, fd=1681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18124, fd=3597 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62392, fd=1358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4944, fd=2157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604771 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61794, fd=1265 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16240, fd=3251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13246, fd=3922 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11064, fd=3771 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10660, fd=2776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12548, fd=3022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63394, fd=2591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59244, fd=1004 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604948 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56314, fd=662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54802, fd=543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.604951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56242, fd=715 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9400, fd=3823 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2586, fd=1892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1340, fd=1695 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58420, fd=910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58950, fd=996 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7198, fd=2933 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64218, fd=1603 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17254, fd=3413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13010, fd=3020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59580, fd=991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8942, fd=2514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60214, fd=1122 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14666, fd=3884 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63534, fd=1490 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605649 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62300, fd=1252 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57666, fd=833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55878, fd=669 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58256, fd=2159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55264, fd=1220 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62988, fd=1419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56750, fd=746 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9852, fd=2644 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16486, fd=3428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57920, fd=806 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605911 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13478, fd=3630 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4082, fd=1996 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6220, fd=2247 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605952 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14586, fd=3953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60736, fd=1762 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7550, fd=2545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.605968 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61284, fd=1189 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2806, fd=2990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16106, fd=3227 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63940, fd=1560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11418, fd=2838 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15596, fd=3683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54170, fd=509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3860, fd=1921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56366, fd=700 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10318, fd=3855 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13894, fd=3845 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606383 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11784, fd=2983 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58224, fd=852 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11282, fd=2930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10438, fd=3858 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4810, fd=3267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7132, fd=2454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8000, fd=2980 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57198, fd=2078 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12044, fd=2888 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56794, fd=735 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606621 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65352, fd=1547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606635 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9024, fd=2529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2270, fd=1736 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61820, fd=1287 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14276, fd=3937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5492, fd=2076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14966, fd=3236 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62312, fd=1258 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53518, fd=451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8540, fd=3008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606940 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17660, fd=4003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.606965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8032, fd=2410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15284, fd=3974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13070, fd=3622 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18406, fd=3449 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6654, fd=2844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59660, fd=1036 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7546, fd=2464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6608, fd=2218 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2204, fd=2904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10814, fd=2782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8526, fd=2701 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15984, fd=3328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3398, fd=1895 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54182, fd=514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12896, fd=3349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12116, fd=3276 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607386 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18216, fd=3424 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607387 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7100, fd=2266 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607412 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53880, fd=1049 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55716, fd=658 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58704, fd=932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58308, fd=1515 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15986, fd=3228 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54576, fd=564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62862, fd=1394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4556, fd=3211 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14478, fd=3951 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53848, fd=487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59392, fd=1627 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8414, fd=2563 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17150, fd=3580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15002, fd=3255 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15282, fd=3537 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11606, fd=2964 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607894 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60386, fd=1061 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13682, fd=3031 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11610, fd=3890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59886, fd=1026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607978 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5798, fd=2719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2044, fd=1878 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.607986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8940, fd=3058 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608038 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63440, fd=1351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1106, fd=2740 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57278, fd=772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608109 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14054, fd=3641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65384, fd=1690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16820, fd=3704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55710, fd=645 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9416, fd=2585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3586, fd=1941 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7668, fd=2532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4794, fd=2110 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17910, fd=3593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55358, fd=566 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15328, fd=3539 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13286, fd=3385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54900, fd=549 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14914, fd=3512 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64810, fd=2694 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10626, fd=2777 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3928, fd=1974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608472 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61818, fd=1178 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5146, fd=2181 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1756, fd=1651 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10176, fd=2697 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608558 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13836, fd=3052 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64362, fd=1575 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63946, fd=2079 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4326, fd=1971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61330, fd=1149 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58776, fd=940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608718 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17990, fd=3595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17170, fd=3493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8842, fd=2575 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1322, fd=2772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608867 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10406, fd=3750 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608895 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62812, fd=1388 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608913 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5392, fd=2240 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2610, fd=1798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.608994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56332, fd=1953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7940, fd=2506 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64384, fd=2120 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56678, fd=1999 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56472, fd=680 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5698, fd=2179 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11042, fd=3767 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6138, fd=3427 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60216, fd=1132 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4458, fd=3205 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6154, fd=3437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2240, fd=1714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54644, fd=532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9306, fd=2631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16340, fd=4005 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57768, fd=840 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9448, fd=3829 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609466 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2384, fd=1731 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60942, fd=1777 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1176, fd=1682 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609582 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64980, fd=1509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15154, fd=3524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15594, fd=3196 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53726, fd=469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8068, fd=2527 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60856, fd=1152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59044, fd=1563 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17350, fd=3713 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11320, fd=2828 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609948 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2644, fd=1907 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.609950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7200, fd=2323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4834, fd=2126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56046, fd=614 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61858, fd=1292 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7682, fd=2479 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3464, fd=1882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56280, fd=1293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60272, fd=2356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57298, fd=808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15490, fd=3183 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10728, fd=3861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6590, fd=2209 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6660, fd=2373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16704, fd=3960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3082, fd=2488 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55394, fd=1808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4504, fd=3175 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3850, fd=2022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1422, fd=2754 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57910, fd=829 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58322, fd=898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18302, fd=3737 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4010, fd=2096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12518, fd=3905 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9698, fd=2652 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5178, fd=2213 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610759 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54364, fd=513 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610773 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4154, fd=1991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61632, fd=1253 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63834, fd=1532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610823 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63570, fd=1505 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17094, fd=3327 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610894 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16452, fd=3294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6306, fd=2261 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62626, fd=1415 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12646, fd=3324 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.610992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13538, fd=3086 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2100, fd=1759 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611009 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63142, fd=1465 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59404, fd=967 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63004, fd=1442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53916, fd=1042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57058, fd=758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55094, fd=562 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60756, fd=1066 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55594, fd=647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63960, fd=1538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1736, fd=1848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5714, fd=2187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611334 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59436, fd=2310 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58584, fd=885 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53936, fd=529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54152, fd=490 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611415 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57686, fd=836 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7480, fd=2465 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59958, fd=1054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1034, fd=1628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57402, fd=807 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63320, fd=1467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12172, fd=2917 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64264, fd=1610 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60460, fd=1169 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611653 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55952, fd=643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11786, fd=3893 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7164, fd=2305 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13124, fd=3030 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55084, fd=555 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18092, fd=4044 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611886 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64588, fd=1633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58774, fd=921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.611916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15680, fd=3686 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14304, fd=3160 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13960, fd=3849 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8988, fd=3690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58458, fd=924 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612026 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64722, fd=2156 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6758, fd=2406 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612045 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54788, fd=524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4142, fd=2002 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17644, fd=3509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6664, fd=3467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1738, fd=2347 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1996, fd=1769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9884, fd=3846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8618, fd=3654 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2738, fd=2976 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11284, fd=2833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612316 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7864, fd=2494 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58372, fd=2190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54612, fd=1685 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5918, fd=2325 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61478, fd=1243 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14378, fd=3651 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62710, fd=1269 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2902, fd=1965 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57020, fd=769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58886, fd=966 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4928, fd=2144 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3140, fd=1864 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12236, fd=2927 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55090, fd=608 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612863 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58900, fd=951 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612892 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64990, fd=1502 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.612984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15004, fd=3520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5394, fd=2256 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54214, fd=494 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61298, fd=1829 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63546, fd=1531 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9926, fd=2809 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17766, fd=4041 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1550, fd=1634 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63058, fd=1993 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65534, fd=1763 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62540, fd=1294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60542, fd=1068 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17312, fd=3340 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13858, fd=3057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59614, fd=1644 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56562, fd=726 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56780, fd=1333 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62370, fd=1352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613387 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60550, fd=1091 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613409 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10840, fd=2786 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7684, fd=2558 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3138, fd=1973 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55586, fd=595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14788, fd=3126 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7288, fd=2471 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15342, fd=3676 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55582, fd=636 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60016, fd=1687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59470, fd=1022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6274, fd=3451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61942, fd=1271 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64128, fd=1391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5338, fd=2195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.613902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54622, fd=551 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2440, fd=1760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55768, fd=1889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11710, fd=2869 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8600, fd=2456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16482, fd=3958 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614580 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7730, fd=2968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614591 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64388, fd=1521 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614642 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9084, fd=3696 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614711 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2358, fd=2932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63966, fd=2610 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12662, fd=2956 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8110, fd=2991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12910, fd=2995 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614855 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60962, fd=1107 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3670, fd=3105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.614978 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4998, fd=2027 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55862, fd=661 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4590, fd=3223 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615038 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9028, fd=2584 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13038, fd=3918 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14108, fd=3866 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9472, fd=2663 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16060, fd=3561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13728, fd=3637 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10808, fd=2791 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17948, fd=3397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54574, fd=534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57246, fd=793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65368, fd=2736 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13288, fd=3059 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11352, fd=2835 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14900, fd=3898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10906, fd=2798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2804, fd=1834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2086, fd=1805 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615837 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16890, fd=3576 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56866, fd=756 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4714, fd=2163 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5460, fd=2050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18198, fd=3474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615963 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62606, fd=2547 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64164, fd=1548 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.615993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61286, fd=1140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18130, fd=3461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58692, fd=935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11350, fd=3777 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57760, fd=837 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616096 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5704, fd=2253 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53576, fd=472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53436, fd=1637 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57542, fd=810 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58222, fd=911 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17146, fd=3483 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12370, fd=3906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14830, fd=3208 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1564, fd=2780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2608, fd=1925 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6624, fd=2399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15924, fd=3557 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616515 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4090, fd=1959 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57368, fd=804 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59296, fd=974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64882, fd=1572 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63662, fd=1393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65070, fd=1518 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18518, fd=3439 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62884, fd=1412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7162, fd=2415 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616884 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6224, fd=2255 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.616935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6666, fd=3484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617139 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61072, fd=1156 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6140, fd=2313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3378, fd=2530 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5128, fd=2185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18336, fd=3503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12160, fd=2936 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9436, fd=3827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9586, fd=2624 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1104, fd=2292 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61530, fd=1273 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3202, fd=1820 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59544, fd=1010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61146, fd=1137 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59714, fd=1005 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55884, fd=607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8644, fd=3812 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1484, fd=1801 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10410, fd=2738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.617971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3808, fd=2044 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7598, fd=2468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618009 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64556, fd=1583 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618121 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57030, fd=783 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60062, fd=1018 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1804, fd=1835 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60382, fd=1097 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55436, fd=623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54728, fd=545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60238, fd=1118 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7420, fd=2288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60540, fd=1128 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10436, fd=2711 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2512, fd=1774 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17792, fd=4015 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5370, fd=2254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.618949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56240, fd=699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.619007 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53422, fd=468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:17.619165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59960, fd=979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.870596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45612, fd=3269 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.870902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45118, fd=3255 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.870956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46570, fd=3628 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33620, fd=1507 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871472 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28758, fd=1120 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26722, fd=788 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871522 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52872, fd=3408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871533 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22578, fd=347 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22296, fd=314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42490, fd=2781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871766 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22192, fd=302 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22534, fd=343 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.871931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49142, fd=3991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22002, fd=285 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35166, fd=1776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26154, fd=740 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49678, fd=3786 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32114, fd=1354 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48716, fd=3682 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29650, fd=1436 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27736, fd=1010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53684, fd=3968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55012, fd=3703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872616 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22570, fd=345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872649 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54758, fd=3665 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40446, fd=2745 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50622, fd=4069 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22038, fd=288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.872988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41948, fd=2960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22408, fd=326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22380, fd=323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52004, fd=3596 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37838, fd=1793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873415 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30530, fd=1561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47840, fd=3322 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873720 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23560, fd=453 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22054, fd=289 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22306, fd=316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22596, fd=350 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46096, fd=2660 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22670, fd=356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22780, fd=371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.873960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23316, fd=423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27220, fd=957 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55224, fd=3908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23210, fd=402 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44580, fd=2496 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22734, fd=363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23356, fd=441 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23502, fd=447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874205 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44128, fd=2742 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22980, fd=409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36102, fd=2113 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52420, fd=3321 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22848, fd=377 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874469 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23466, fd=444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23336, fd=429 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874472 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26630, fd=675 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23024, fd=398 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22898, fd=381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30104, fd=1288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25220, fd=813 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23612, fd=459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23112, fd=412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23440, fd=438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22632, fd=353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23078, fd=396 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24840, fd=524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51584, fd=3516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46610, fd=2992 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28662, fd=1137 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22610, fd=351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22622, fd=352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.874995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23390, fd=451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31814, fd=1306 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47494, fd=3185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23486, fd=443 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22686, fd=406 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23796, fd=482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875570 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23536, fd=450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37862, fd=1987 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23364, fd=431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23980, fd=489 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875611 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22760, fd=374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52570, fd=3977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23304, fd=419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30690, fd=1176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32298, fd=1319 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36570, fd=2295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29322, fd=1011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22618, fd=354 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46032, fd=2668 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22592, fd=349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22644, fd=372 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24154, fd=670 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.875946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22642, fd=357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22880, fd=407 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22710, fd=362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47060, fd=3773 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38310, fd=1841 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23044, fd=390 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42336, fd=2747 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43884, fd=2654 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48346, fd=3288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23154, fd=422 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22724, fd=361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23184, fd=401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35224, fd=2020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34646, fd=1503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33232, fd=1850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53424, fd=4031 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41348, fd=2429 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43478, fd=3216 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23286, fd=420 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29770, fd=1083 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23326, fd=428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31290, fd=1638 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23100, fd=397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876691 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39856, fd=2591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38296, fd=2138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22804, fd=373 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876749 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23580, fd=457 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48884, fd=3699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36812, fd=2103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34134, fd=1764 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38806, fd=2106 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22682, fd=404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.876989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52940, fd=3925 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50048, fd=3812 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26024, fd=697 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43354, fd=3184 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45566, fd=2601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49700, fd=3378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23004, fd=389 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37402, fd=2395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22658, fd=358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38830, fd=2589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22692, fd=359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40886, fd=2190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23404, fd=452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24394, fd=511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22926, fd=385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35576, fd=1596 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877624 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23168, fd=425 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29174, fd=1198 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23250, fd=417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40600, fd=2323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45142, fd=3411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877856 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23138, fd=433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50520, fd=3462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877860 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22824, fd=376 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877871 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23268, fd=415 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28046, fd=858 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32402, fd=1494 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52478, fd=3683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877933 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34568, fd=1488 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.877996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32782, fd=1242 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878207 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31810, fd=1335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49680, fd=3520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30196, fd=1149 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43116, fd=2588 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39268, fd=2281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23426, fd=439 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55530, fd=3913 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54988, fd=3687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38696, fd=2493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31944, fd=1499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23056, fd=394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22660, fd=355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49250, fd=3722 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36312, fd=1927 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41582, fd=2180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37636, fd=1878 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43844, fd=2886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35758, fd=2145 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46144, fd=3121 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46608, fd=2703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22948, fd=383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34960, fd=1712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55074, fd=4109 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53846, fd=3486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47810, fd=3851 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45122, fd=2535 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878693 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22742, fd=366 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50608, fd=3892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878784 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52900, fd=3382 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53450, fd=3474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23598, fd=460 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32976, fd=1690 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54492, fd=4077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51608, fd=3257 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47448, fd=3821 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33470, fd=1623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.878924 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28070, fd=1078 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36976, fd=1946 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38808, fd=1983 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42354, fd=2308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36500, fd=1934 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51600, fd=3532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27194, fd=777 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29700, fd=909 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27056, fd=887 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45322, fd=2905 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30808, fd=1410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41740, fd=2195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31272, fd=1243 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55334, fd=3738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42868, fd=3092 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50038, fd=3595 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55500, fd=4122 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27780, fd=817 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50122, fd=3602 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50136, fd=3610 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43374, fd=2908 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879611 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55194, fd=4185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53834, fd=3475 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26734, fd=1049 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30284, fd=1540 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42636, fd=2543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37572, fd=1782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879773 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45610, fd=2861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52074, fd=3609 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879841 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52902, fd=4001 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52472, fd=3970 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28776, fd=1112 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43608, fd=3200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879940 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41082, fd=2367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22612, fd=369 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40360, fd=2542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.879975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40064, fd=2511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42864, fd=2945 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34038, fd=1372 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54864, fd=4182 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29824, fd=1483 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36970, fd=1918 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30682, fd=1393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48748, fd=3946 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51104, fd=3568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28620, fd=1088 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49234, fd=3764 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880199 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39392, fd=2043 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880720 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34460, fd=1808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36012, fd=1852 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47908, fd=3235 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38092, fd=2497 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29696, fd=1430 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.880974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24594, fd=798 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27620, fd=874 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881030 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38266, fd=2073 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32206, fd=1591 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49730, fd=3451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44894, fd=2863 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881094 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53456, fd=3481 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881109 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46654, fd=3661 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44486, fd=3080 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48282, fd=2887 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48342, fd=2914 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46204, fd=3129 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54506, fd=3630 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23512, fd=446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54192, fd=3983 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41566, fd=2939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47118, fd=3142 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30112, fd=1340 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23230, fd=405 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33136, fd=1446 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33662, fd=1650 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27606, fd=866 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24344, fd=633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42686, fd=2928 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34164, fd=1605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27726, fd=889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881590 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44482, fd=3104 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24760, fd=672 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54740, fd=3990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38592, fd=2328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881614 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38186, fd=2117 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881620 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45764, fd=3284 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881623 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45374, fd=2562 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26698, fd=691 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52126, fd=3829 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47016, fd=2760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51662, fd=3598 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25506, fd=742 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41318, fd=2578 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36548, fd=1922 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881727 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27336, fd=850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25132, fd=712 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46328, fd=2944 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881784 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42112, fd=2509 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36404, fd=2243 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31668, fd=1514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33988, fd=1739 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881861 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35174, fd=2010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881964 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48834, fd=3684 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.881988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45804, fd=2974 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44952, fd=3152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47516, fd=3506 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54188, fd=3833 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51710, fd=3551 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40342, fd=2412 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46960, fd=3423 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40088, fd=2714 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24100, fd=495 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43088, fd=2370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39038, fd=2214 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31358, fd=1250 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52050, fd=4134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35448, fd=1571 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882422 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50648, fd=3161 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39848, fd=2199 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28790, fd=943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32482, fd=1758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52028, fd=3698 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50650, fd=3853 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32666, fd=1221 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43990, fd=2672 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48880, fd=3264 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41126, fd=2342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29328, fd=1045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26128, fd=676 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882625 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52574, fd=3981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28276, fd=1291 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51142, fd=3167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44090, fd=2451 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35128, fd=2048 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23926, fd=487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882837 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23864, fd=626 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28222, fd=1299 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882921 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48356, fd=3648 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49224, fd=3023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.882975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44368, fd=3132 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883078 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50142, fd=4041 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35548, fd=1964 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42164, fd=2877 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43586, fd=2639 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39346, fd=2274 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55452, fd=3931 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49732, fd=3782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26148, fd=643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33504, fd=1769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29260, fd=841 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46726, fd=3000 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35880, fd=1859 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49284, fd=3729 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32978, fd=1411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37606, fd=1842 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55222, fd=3727 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23708, fd=467 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22832, fd=379 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40840, fd=2182 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51120, fd=3220 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22852, fd=380 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47974, fd=3337 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23246, fd=437 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.883989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34698, fd=2026 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40632, fd=2263 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23756, fd=474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23416, fd=435 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23724, fd=471 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23660, fd=463 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57006, fd=4305 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27246, fd=964 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36982, fd=1687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22886, fd=408 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23450, fd=442 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23042, fd=411 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56724, fd=4297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884557 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23780, fd=477 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47356, fd=3478 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22790, fd=370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884631 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23330, fd=430 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56606, fd=4351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884708 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23646, fd=464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36098, fd=2007 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884745 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23232, fd=426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.884820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56680, fd=4280 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55604, fd=4232 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56984, fd=4329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23284, fd=413 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23122, fd=414 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56124, fd=4211 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56098, fd=4320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39562, fd=2576 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23758, fd=475 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23142, fd=400 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56052, fd=4244 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22936, fd=418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23628, fd=458 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55938, fd=4207 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55946, fd=4195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22866, fd=378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885392 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56014, fd=4210 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23524, fd=449 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23640, fd=461 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23292, fd=416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57044, fd=4378 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56254, fd=4252 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55660, fd=4190 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31170, fd=1210 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56656, fd=4359 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35564, fd=2127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885637 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23094, fd=399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885651 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57158, fd=4356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56226, fd=4304 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23266, fd=410 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55748, fd=4223 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23474, fd=445 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22754, fd=367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56632, fd=4349 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885823 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22950, fd=386 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885855 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23648, fd=462 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56410, fd=4243 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50986, fd=3937 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25508, fd=790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23742, fd=472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885933 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23378, fd=434 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56280, fd=4308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885967 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57182, fd=4364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.885955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56468, fd=4310 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886038 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23322, fd=424 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55766, fd=4267 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22910, fd=382 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23072, fd=395 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56292, fd=4332 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23058, fd=393 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55614, fd=4284 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23584, fd=456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23016, fd=391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56238, fd=4199 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23048, fd=392 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55580, fd=4296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23718, fd=470 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56850, fd=4342 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55982, fd=4231 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56202, fd=4289 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56182, fd=4248 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56588, fd=4311 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886624 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23698, fd=468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22776, fd=368 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56446, fd=4254 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23344, fd=432 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23496, fd=448 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22808, fd=375 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56388, fd=4241 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33694, fd=1522 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23306, fd=440 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.886954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55790, fd=4225 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37250, fd=1973 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23668, fd=465 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29552, fd=1233 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56822, fd=4317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887058 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22736, fd=365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55688, fd=4220 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22994, fd=387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55890, fd=4237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48564, fd=3919 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887180 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24132, fd=502 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28910, fd=1361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56362, fd=4201 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53954, fd=4054 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26846, fd=933 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56506, fd=4347 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47548, fd=3536 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22974, fd=384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45820, fd=3320 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56746, fd=4361 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55960, fd=4209 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27388, fd=793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42310, fd=3029 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55722, fd=4203 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38236, fd=2131 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56552, fd=4340 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35732, fd=1756 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56942, fd=4303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55856, fd=4316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23552, fd=454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52424, fd=3329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49498, fd=3012 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49026, fd=3367 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887603 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23222, fd=436 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30636, fd=984 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38770, fd=2178 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40448, fd=2752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887723 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56964, fd=4343 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38688, fd=2080 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887800 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23166, fd=427 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51838, fd=4129 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25824, fd=821 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887837 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25966, fd=698 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52266, fd=3339 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25374, fd=561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23564, fd=455 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55834, fd=4193 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50756, fd=3510 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.887994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32796, fd=1586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25032, fd=704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56072, fd=4272 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41346, fd=2611 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34106, fd=1864 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55804, fd=4205 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33258, fd=1646 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55516, fd=3936 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30352, fd=1554 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30666, fd=1376 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53470, fd=4043 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42690, fd=3060 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56876, fd=4355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22728, fd=364 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45492, fd=2584 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42894, fd=2354 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40720, fd=2101 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27782, fd=1236 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46314, fd=2689 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23102, fd=421 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56888, fd=4368 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36534, fd=1879 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54304, fd=4174 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52668, fd=4013 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22700, fd=360 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56910, fd=4323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888395 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46358, fd=3564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43472, fd=2846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31460, fd=1428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54990, fd=3681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888502 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56320, fd=4219 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44446, fd=3138 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50296, fd=3433 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31160, fd=1232 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56348, fd=4239 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55644, fd=4261 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48562, fd=3928 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48088, fd=3593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51586, fd=3524 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26828, fd=749 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23772, fd=476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54738, fd=4092 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888601 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55332, fd=4127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888651 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55494, fd=3907 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888692 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55902, fd=4226 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29826, fd=1124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45378, fd=3239 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888766 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43656, fd=3030 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23684, fd=466 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36152, fd=2137 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41808, fd=2420 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36718, fd=2317 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34648, fd=1440 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52026, fd=3647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888883 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32016, fd=1523 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24680, fd=533 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29428, fd=1057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55192, fd=4112 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32532, fd=1555 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.888988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35596, fd=1601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56792, fd=4314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23714, fd=469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57074, fd=4345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53072, fd=3760 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55442, fd=3757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39126, fd=2009 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41674, fd=2636 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44134, fd=2728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42218, fd=2494 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57118, fd=4370 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53352, fd=3419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51392, fd=3198 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889967 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23734, fd=473 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.889966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39836, fd=2358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53740, fd=3964 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23196, fd=403 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46732, fd=3009 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40996, fd=2532 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38188, fd=1920 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34142, fd=1629 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26256, fd=692 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56154, fd=4326 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56488, fd=4245 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52892, fd=3424 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890637 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35178, fd=1533 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35242, fd=1909 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890766 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47132, fd=3067 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47010, fd=2746 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43730, fd=3046 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35926, fd=1873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.890951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48062, fd=2898 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891023 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30200, fd=1140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28346, fd=939 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39866, fd=2501 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31634, fd=1290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891198 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32702, fd=1350 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44550, fd=2803 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27406, fd=965 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54382, fd=4176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49872, fd=4020 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50846, fd=3885 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26340, fd=700 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41148, fd=2391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35030, fd=2040 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45040, fd=3050 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50906, fd=3488 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30398, fd=1187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891609 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33048, fd=1493 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24802, fd=553 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891670 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31276, fd=1481 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40884, fd=2831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29298, fd=1036 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43956, fd=3291 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38442, fd=1854 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32212, fd=1463 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45874, fd=3503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37058, fd=1695 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41692, fd=2251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27874, fd=907 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27814, fd=1212 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36410, fd=1907 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54102, fd=3545 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26380, fd=603 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39660, fd=2014 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47440, fd=3484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34100, fd=1576 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44920, fd=2765 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891930 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41302, fd=2134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49646, fd=3427 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891959 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50988, fd=3496 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891970 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24748, fd=748 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38916, fd=1902 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43314, fd=2363 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28918, fd=1146 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.891999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43176, fd=2812 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30758, fd=1384 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28422, fd=932 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43202, fd=3141 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37632, fd=2291 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36046, fd=1671 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24098, fd=663 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32260, fd=1447 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40182, fd=2387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53418, fd=4159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36720, fd=2094 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29788, fd=1084 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48308, fd=2900 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44224, fd=2759 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32496, fd=1197 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53262, fd=3935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48278, fd=3281 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39262, fd=2552 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43816, fd=2978 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52384, fd=3313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37306, fd=1954 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47584, fd=2847 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44750, fd=3016 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41734, fd=2827 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25158, fd=703 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33152, fd=1565 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892577 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45646, fd=2607 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48780, fd=3691 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27354, fd=800 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45252, fd=3263 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892624 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37930, fd=2085 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29478, fd=1022 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47150, fd=3234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49222, fd=2981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42796, fd=2585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892777 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33592, fd=1492 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34706, fd=1511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37818, fd=2023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892893 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44248, fd=3105 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25046, fd=583 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46018, fd=3534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.892954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23842, fd=494 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25498, fd=846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33828, fd=1553 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893003 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25902, fd=623 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50008, fd=3409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48732, fd=3676 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51564, fd=3250 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46524, fd=3654 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25436, fd=572 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49560, fd=3348 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30908, fd=1021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46800, fd=3188 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39238, fd=2164 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35308, fd=1564 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46968, fd=3043 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35518, fd=1587 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26910, fd=763 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40344, fd=2426 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52428, fd=4143 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49128, fd=3987 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32946, fd=1469 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32040, fd=1516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35866, fd=1810 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42268, fd=3013 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51458, fd=3922 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44662, fd=2521 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34522, fd=1702 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893610 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37444, fd=1738 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52984, fd=3374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25746, fd=601 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893692 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45544, fd=3260 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31504, fd=1051 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893930 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39398, fd=2561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42754, fd=2580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25954, fd=758 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.893993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38782, fd=2098 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47862, fd=3214 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52804, fd=3884 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47416, fd=2818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33336, fd=1525 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53818, fd=3526 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54598, fd=3860 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34760, fd=1527 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45060, fd=2520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38264, fd=1815 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24372, fd=510 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34336, fd=1620 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894155 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46094, fd=3358 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36834, fd=2332 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51998, fd=3588 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39802, fd=2177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29986, fd=1497 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25080, fd=542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31806, fd=1282 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26344, fd=799 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40260, fd=2404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34464, fd=1474 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28788, fd=1352 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51862, fd=3988 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40818, fd=2700 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28278, fd=968 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35876, fd=1647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25294, fd=569 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38190, fd=2065 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28424, fd=1307 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30960, fd=1035 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38686, fd=2095 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.894950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42632, fd=2565 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36308, fd=1891 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49200, fd=3747 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30384, fd=1161 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48642, fd=2942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51536, fd=3508 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50516, fd=3123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39112, fd=2531 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31914, fd=1733 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44548, fd=2971 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50976, fd=3728 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47580, fd=3542 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50012, fd=4033 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895579 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36988, fd=1780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50492, fd=4053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29996, fd=1127 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27450, fd=981 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35798, fd=1991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41254, fd=2586 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24392, fd=503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33550, fd=1308 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29536, fd=1059 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27728, fd=840 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45438, fd=3082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895802 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52882, fd=3906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28370, fd=906 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47638, fd=3550 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53314, fd=4157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895863 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49326, fd=2998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895865 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30276, fd=959 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28264, fd=766 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54198, fd=3594 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34934, fd=1496 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.895916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44130, fd=3323 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49648, fd=3776 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36400, fd=1871 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33348, fd=1866 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54184, fd=4072 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46802, fd=2748 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37832, fd=2044 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43750, fd=2963 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40158, fd=2241 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896171 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49738, fd=3535 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39286, fd=2150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26152, fd=869 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27298, fd=826 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27740, fd=1228 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40708, fd=2280 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54736, fd=3875 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24882, fd=541 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55114, fd=4118 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32908, fd=1603 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48090, fd=3261 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26750, fd=707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26264, fd=592 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896533 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42114, fd=2485 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41598, fd=2187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896570 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44222, fd=2764 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26980, fd=756 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896621 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25510, fd=892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896653 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46554, fd=3619 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37420, fd=2008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44684, fd=2743 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45608, fd=2844 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32400, fd=1549 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41146, fd=2374 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896821 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24592, fd=560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43642, fd=2687 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33870, fd=1708 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54470, fd=3855 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33996, fd=1347 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.896996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38002, fd=2464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40274, fd=2264 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39618, fd=2657 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897010 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28936, fd=985 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53020, fd=4006 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45876, fd=2995 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897058 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27890, fd=1047 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51186, fd=3942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41672, fd=2655 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50196, fd=3825 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47154, fd=3456 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29820, fd=1476 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50036, fd=4035 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51700, fd=3781 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52066, fd=3287 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42232, fd=2895 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54902, fd=4096 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37744, fd=2013 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46030, fd=3113 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897886 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42266, fd=2718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30794, fd=1401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897933 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32084, fd=1159 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.897977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34386, fd=1391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36794, fd=1896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46900, fd=3195 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29340, fd=857 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50708, fd=3131 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45126, fd=3418 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41234, fd=2357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48110, fd=2904 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45016, fd=3158 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29970, fd=1108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34772, fd=1705 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53458, fd=4034 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51958, fd=3951 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35434, fd=1818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47210, fd=3779 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53742, fd=3468 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54600, fd=3641 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32626, fd=1420 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898624 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28780, fd=810 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30962, fd=1239 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43146, fd=2643 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47782, fd=3565 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44704, fd=3153 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31180, fd=1249 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33112, fd=1698 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27280, fd=1101 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34088, fd=1965 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38888, fd=1894 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898940 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46526, fd=3063 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36310, fd=1655 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.898984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35040, fd=1519 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30128, fd=1345 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35552, fd=1979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42714, fd=2557 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30668, fd=1173 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38104, fd=1892 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31696, fd=1295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31528, fd=1356 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24646, fd=648 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40834, fd=2823 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39826, fd=2049 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899332 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52546, fd=3751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25764, fd=647 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32638, fd=1431 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39390, fd=2024 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29698, fd=1106 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46390, fd=3048 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24106, fd=520 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55134, fd=4103 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49956, fd=3401 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28922, fd=992 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50514, fd=3454 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33548, fd=1668 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24962, fd=680 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27260, fd=956 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35320, fd=1558 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899530 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49510, fd=3513 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54672, fd=3872 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44198, fd=2684 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53468, fd=3489 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24300, fd=694 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38538, fd=1947 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899623 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36058, fd=1813 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40792, fd=2344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29154, fd=1192 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48602, fd=3955 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26806, fd=863 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25302, fd=588 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899763 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43268, fd=2899 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43138, fd=2882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28656, fd=802 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45956, fd=3010 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899821 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29852, fd=917 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52426, fd=4004 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33590, fd=1636 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.899954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26196, fd=668 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29344, fd=1406 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49364, fd=3498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42306, fd=2300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47328, fd=2811 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24730, fd=673 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34890, fd=1719 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38924, fd=1916 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53848, fd=3975 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39538, fd=1998 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900263 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47182, fd=3791 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900286 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45088, fd=2808 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43674, fd=2417 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900327 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50782, fd=3914 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26166, fd=713 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44606, fd=2979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34404, fd=1649 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42688, fd=2785 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51984, fd=3663 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900532 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27616, fd=1185 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900533 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48222, fd=3362 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45540, fd=3090 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35428, fd=1579 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46830, fd=3017 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38466, fd=1861 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900625 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53974, fd=3831 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38006, fd=2481 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42832, fd=3075 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900670 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51792, fd=3278 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45046, fd=3212 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52620, fd=3357 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36528, fd=2257 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44296, fd=3338 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900841 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46464, fd=3398 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50490, fd=4064 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900879 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40358, fd=2534 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39868, fd=2335 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900922 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32962, fd=1484 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48132, fd=3614 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27210, fd=940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31316, fd=1409 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38918, fd=2381 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.900987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45996, fd=2896 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28782, fd=1130 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43148, fd=2355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36388, fd=2032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51578, fd=3230 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34516, fd=1670 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901139 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36984, fd=1995 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26666, fd=855 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54332, fd=3608 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28182, fd=1048 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45494, fd=2926 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36832, fd=1757 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48730, fd=2943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32172, fd=1566 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52422, fd=3668 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41178, fd=2881 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46930, fd=2769 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28048, fd=867 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901612 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25304, fd=596 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26826, fd=715 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901720 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49836, fd=3563 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38088, fd=2012 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47688, fd=3557 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40086, fd=2256 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33916, fd=1936 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26640, fd=848 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41830, fd=2480 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24034, fd=621 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43460, fd=2930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37502, fd=1994 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.901992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32770, fd=1237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902038 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41040, fd=2313 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49126, fd=2999 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48360, fd=2921 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53538, fd=3504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42004, fd=2470 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34650, fd=1923 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47058, fd=3219 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25774, fd=797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902392 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37658, fd=2276 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41268, fd=2140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34222, fd=1681 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29366, fd=1032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36168, fd=1895 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33668, fd=1797 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25744, fd=617 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44858, fd=3387 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35890, fd=1819 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902686 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48668, fd=2972 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33418, fd=1890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45802, fd=3492 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902777 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32478, fd=1487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42556, fd=3045 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52228, fd=3959 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24590, fd=516 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46436, fd=3394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37568, fd=1849 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33142, fd=1706 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46206, fd=3376 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.902948 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53402, fd=4024 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36998, fd=2141 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903042 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27718, fd=1204 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30306, fd=1179 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51350, fd=3242 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29804, fd=1460 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49296, fd=2989 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41418, fd=2450 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903216 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31228, fd=1302 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43942, fd=2901 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40702, fd=2793 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52486, fd=3351 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31998, fd=1399 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35568, fd=2082 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39060, fd=2515 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36566, fd=2173 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47532, fd=2832 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50124, fd=3839 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35170, fd=2057 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903693 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48004, fd=3868 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52052, fd=3680 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35934, fd=1865 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30864, fd=1215 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52904, fd=4150 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26282, fd=783 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41856, fd=2707 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36402, fd=2235 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51840, fd=3285 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39192, fd=1942 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45396, fd=3246 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25020, fd=536 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.903942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51660, fd=3972 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40090, fd=2706 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27790, fd=1220 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39574, fd=2147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45834, fd=3328 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31794, fd=1305 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50652, fd=3176 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38760, fd=2568 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53148, fd=3930 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52936, fd=3777 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32580, fd=1508 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35514, fd=1752 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55008, fd=3694 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28902, fd=1034 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31484, fd=1439 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43386, fd=2922 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25348, fd=575 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24520, fd=688 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54084, fd=3561 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38580, fd=1952 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904395 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48886, fd=3950 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53810, fd=3818 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41608, fd=2459 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904439 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28324, fd=899 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34578, fd=1715 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27334, fd=836 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24102, fd=618 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39234, fd=2619 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38232, fd=2394 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33194, fd=1383 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43940, fd=2910 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37770, fd=2307 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30238, fd=1303 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904626 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46690, fd=3669 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27876, fd=820 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44314, fd=3053 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36986, fd=1725 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50798, fd=3693 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52282, fd=3846 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904693 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48026, fd=2857 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40586, fd=2151 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51320, fd=4097 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44418, fd=3125 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904812 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41544, fd=2157 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37564, fd=2175 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25350, fd=590 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48980, fd=3979 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.904849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42984, fd=2574 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31718, fd=1365 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38046, fd=2329 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40248, fd=2119 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29588, fd=873 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42926, fd=2608 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32138, fd=1575 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33116, fd=1822 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42872, fd=2850 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43848, fd=3237 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26908, fd=796 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39754, fd=2042 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41950, fd=2503 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41270, fd=2234 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43396, fd=2371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26370, fd=886 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34116, fd=1444 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47508, fd=3521 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31520, fd=1683 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40814, fd=2499 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45286, fd=2555 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35064, fd=1875 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46150, fd=2675 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49958, fd=4030 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44926, fd=3187 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42352, fd=2239 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49724, fd=3527 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51166, fd=3575 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34040, fd=1355 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51756, fd=3566 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33114, fd=1276 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48210, fd=2911 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47326, fd=3258 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51354, fd=3205 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.905945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36610, fd=1710 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906007 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25822, fd=806 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38404, fd=2153 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36286, fd=1829 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51054, fd=3560 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46730, fd=3678 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40240, fd=2112 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27530, fd=693 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53232, fd=4154 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35868, fd=2160 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50392, fd=3842 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46330, fd=2682 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53682, fd=4164 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33574, fd=1501 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906391 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46584, fd=3077 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33570, fd=1419 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906425 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47768, fd=3529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27954, fd=868 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55200, fd=3718 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906609 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54400, fd=3616 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30096, fd=1139 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49140, fd=3982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25816, fd=837 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54954, fd=3999 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40668, fd=2337 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39110, fd=2238 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24424, fd=702 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54034, fd=3538 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24772, fd=543 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32068, fd=1151 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.906949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47004, fd=2782 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30944, fd=1223 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907030 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32654, fd=1343 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28778, fd=1143 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34512, fd=1482 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27528, fd=772 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43312, fd=2821 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47062, fd=3128 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54754, fd=4181 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32578, fd=1404 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54642, fd=4180 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40168, fd=2225 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24052, fd=605 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49954, fd=4023 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52766, fd=4147 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37634, fd=1761 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907297 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29078, fd=982 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31264, fd=1294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29326, fd=1019 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41572, fd=2662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28348, fd=882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28536, fd=1316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28510, fd=991 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35458, fd=1940 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41078, fd=2204 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25570, fd=589 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42458, fd=2253 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49536, fd=3780 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44346, fd=2773 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53086, fd=4152 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48662, fd=3405 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50880, fd=3495 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907933 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36560, fd=1958 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.907990 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50336, fd=3634 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38666, fd=2087 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31078, fd=1379 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908188 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49540, fd=4008 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40630, fd=2768 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908248 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46120, fd=2680 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30496, fd=1200 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28962, fd=1174 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27092, fd=662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908456 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29524, fd=1074 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32090, fd=1314 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51770, fd=3980 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46596, fd=3636 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908530 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54360, fd=3843 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31510, fd=1273 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908614 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26632, fd=658 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37086, fd=1704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44800, fd=2840 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50796, fd=3487 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25378, fd=585 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908763 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43814, fd=3229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26198, fd=775 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35026, fd=1504 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908775 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48418, fd=2929 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25254, fd=559 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48976, fd=3723 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45198, fd=2890 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.908998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35496, fd=1593 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34502, fd=2011 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52186, fd=3631 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909202 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27070, fd=770 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26580, fd=616 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42202, fd=2525 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909386 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44428, fd=3073 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45620, fd=2952 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29476, fd=864 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30020, fd=1279 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909611 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29904, fd=1278 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909635 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34964, fd=1977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44754, fd=2751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51316, fd=3911 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38408, fd=2081 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46826, fd=3717 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.909984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47392, fd=3108 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910026 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24524, fd=544 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29884, fd=1089 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31434, fd=1498 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30904, fd=1371 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42756, fd=2834 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45042, fd=2800 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26634, fd=919 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910415 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49736, fd=3464 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51914, fd=3633 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28320, fd=977 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46460, fd=3391 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37970, fd=2076 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910580 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54960, fd=3889 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910601 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40544, fd=2449 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910674 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54050, fd=3541 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37608, fd=2003 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50760, fd=3537 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54346, fd=3613 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49132, fd=3449 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42518, fd=2912 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.910992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42028, fd=2691 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49362, fd=3005 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41038, fd=2856 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53762, fd=4166 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52798, fd=3416 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45522, fd=2837 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34610, fd=1817 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47184, fd=3803 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28480, fd=983 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28906, fd=1167 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49316, fd=3736 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48728, fd=2935 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38066, fd=2353 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47884, fd=2891 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29408, fd=1038 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51052, fd=3735 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52582, fd=3385 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44912, fd=3136 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34118, fd=1452 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911601 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41976, fd=2463 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24188, fd=625 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48726, fd=3428 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33158, fd=1438 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27770, fd=1040 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32262, fd=1344 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51982, fd=3580 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50488, fd=3882 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54674, fd=3662 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33648, fd=1790 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31812, fd=1528 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39490, fd=1990 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53218, fd=4032 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44480, fd=2514 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911924 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38922, fd=2123 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32504, fd=1767 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.911996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39488, fd=2312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47164, fd=3251 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42940, fd=3134 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43474, fd=2852 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32726, fd=1578 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27396, fd=1141 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46794, fd=3704 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37500, fd=2250 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40536, fd=2316 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38540, fd=2298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47772, fd=3140 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36874, fd=1751 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37096, fd=2229 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46360, fd=2953 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25380, fd=571 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912615 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47750, fd=3124 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39794, fd=2188 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912691 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28920, fd=976 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52328, fd=3721 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31314, fd=1472 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.912941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30862, fd=1015 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54244, fd=4172 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34036, fd=1747 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48220, fd=3268 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26266, fd=630 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48260, fd=3632 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55572, fd=4021 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33448, fd=1660 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27914, fd=1018 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55536, fd=4139 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26378, fd=816 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37638, fd=2015 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45828, fd=2652 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45344, fd=3066 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.913990 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28786, fd=1128 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36532, fd=1943 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55502, fd=4019 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54542, fd=4177 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52138, fd=3624 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27218, fd=678 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44860, fd=3024 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45986, fd=3511 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52330, fd=3304 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53686, fd=3960 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53164, fd=3397 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26662, fd=699 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33400, fd=1480 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.914955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38794, fd=2486 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.915028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38260, fd=2146 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.915097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55190, fd=4110 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.915181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41974, fd=2698 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:30:24.915186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43578, fd=2955 (userver::v3_1_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60982, fd=1283 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5986, fd=2598 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12638, fd=3926 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137373 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64792, fd=2002 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7668, fd=2623 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137391 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50028, fd=586 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62838, fd=1997 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12148, fd=3875 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9474, fd=3803 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17654, fd=4180 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14444, fd=3463 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51986, fd=587 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8260, fd=3343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52980, fd=1161 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57570, fd=1614 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63820, fd=2066 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137771 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54976, fd=1278 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62670, fd=1401 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14290, fd=4283 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50376, fd=596 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137833 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2362, fd=2228 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137895 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5258, fd=3340 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61932, fd=1972 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65452, fd=2782 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11884, fd=3170 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55914, fd=1492 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61474, fd=1312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9788, fd=2989 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1564, fd=2167 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51014, fd=761 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3634, fd=3138 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59452, fd=1640 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4244, fd=3073 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64378, fd=2092 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60418, fd=1230 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58334, fd=1075 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63208, fd=2372 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138673 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10762, fd=2991 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138693 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11242, fd=3549 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13354, fd=3958 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14794, fd=3516 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13480, fd=3969 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3124, fd=2324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51492, fd=639 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7098, fd=2730 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.138944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4564, fd=3109 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58938, fd=1603 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59896, fd=2199 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2830, fd=2270 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4134, fd=3066 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57968, fd=1649 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8780, fd=2869 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56008, fd=1499 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2624, fd=2385 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51638, fd=581 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58400, fd=1681 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.139484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7330, fd=2751 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5522, fd=3371 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57040, fd=1513 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3280, fd=2497 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13100, fd=3547 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62002, fd=2394 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6536, fd=2858 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60930, fd=1476 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61550, fd=2164 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13908, fd=3419 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52668, fd=796 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140502 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50572, fd=641 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54000, fd=1273 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140617 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63756, fd=2069 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55468, fd=1162 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65202, fd=2716 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.137166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15010, fd=3442 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2116, fd=2948 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140785 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59894, fd=1874 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6984, fd=2976 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4406, fd=1993 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10184, fd=3829 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58774, fd=1531 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16944, fd=3738 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.140999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6406, fd=3272 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55126, fd=1012 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62258, fd=2056 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12932, fd=3256 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52470, fd=937 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13950, fd=4000 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52476, fd=944 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53464, fd=1034 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10690, fd=3608 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51320, fd=632 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64384, fd=2469 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51978, fd=946 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58276, fd=1666 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54086, fd=1066 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52990, fd=658 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57804, fd=1727 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141806 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56558, fd=1210 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47968, fd=303 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50174, fd=597 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59334, fd=1808 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141901 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48358, fd=340 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141927 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48156, fd=321 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2258, fd=2318 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57264, fd=1299 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.141955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14948, fd=4298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62570, fd=1757 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7572, fd=3271 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15362, fd=3826 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5458, fd=3140 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16234, fd=3947 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2756, fd=2275 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142320 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48666, fd=376 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142374 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48722, fd=383 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48318, fd=338 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63050, fd=2551 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12538, fd=4033 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53554, fd=1040 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48768, fd=388 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55764, fd=1484 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48414, fd=350 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48504, fd=358 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48544, fd=364 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48374, fd=345 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48590, fd=372 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16650, fd=3695 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142622 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17508, fd=4066 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47956, fd=302 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48476, fd=354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54598, fd=1338 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47908, fd=297 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142833 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15836, fd=3568 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48278, fd=334 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142867 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48034, fd=310 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142869 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48112, fd=341 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48736, fd=386 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8572, fd=3415 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48800, fd=394 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48700, fd=381 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11696, fd=3134 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.142987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56832, fd=1337 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48046, fd=312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60388, fd=1409 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9604, fd=3044 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143070 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48092, fd=315 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47904, fd=296 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48138, fd=319 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9140, fd=3410 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48442, fd=353 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1686, fd=2312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48014, fd=306 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48244, fd=330 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48302, fd=335 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47932, fd=295 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56354, fd=1076 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48672, fd=380 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4934, fd=3319 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47950, fd=301 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143533 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48818, fd=393 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65282, fd=2759 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143666 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48030, fd=309 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8114, fd=3693 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48492, fd=360 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17272, fd=4166 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143823 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17742, fd=4368 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61502, fd=2328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5894, fd=3469 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48102, fd=317 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48332, fd=339 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143855 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49010, fd=414 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48574, fd=368 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52150, fd=983 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143937 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13472, fd=3774 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143940 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3940, fd=1947 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.143951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48606, fd=374 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47984, fd=304 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1256, fd=2855 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144058 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48972, fd=413 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48258, fd=332 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48022, fd=307 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48668, fd=377 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47936, fd=298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47924, fd=299 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144579 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48692, fd=379 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48932, fd=404 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48878, fd=411 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48520, fd=357 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48870, fd=400 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47934, fd=300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144856 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48642, fd=373 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48376, fd=346 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48178, fd=320 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48576, fd=367 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49016, fd=418 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48036, fd=311 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.144998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48656, fd=375 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48360, fd=349 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48000, fd=305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48500, fd=366 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12134, fd=3868 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48900, fd=401 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145199 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48834, fd=396 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48988, fd=409 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48158, fd=322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48104, fd=331 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48122, fd=333 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48058, fd=316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48740, fd=384 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48754, fd=387 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48210, fd=328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48620, fd=370 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49000, fd=415 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49052, fd=419 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48180, fd=325 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145635 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48460, fd=363 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48628, fd=371 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6628, fd=2924 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48686, fd=378 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48842, fd=397 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48946, fd=405 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48062, fd=313 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47882, fd=293 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48558, fd=365 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145937 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48404, fd=351 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49028, fd=420 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.145966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48168, fd=323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9994, fd=4028 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48226, fd=327 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48078, fd=314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61136, fd=1305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48426, fd=352 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48452, fd=361 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48028, fd=308 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146182 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48242, fd=329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11190, fd=4080 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14410, fd=4019 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17726, fd=4083 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64834, fd=2595 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1262, fd=1717 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48910, fd=402 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48494, fd=356 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48954, fd=406 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146382 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15948, fd=3581 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13580, fd=3295 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146489 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48832, fd=395 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57096, fd=1365 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52820, fd=1141 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48920, fd=403 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58112, fd=1777 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15492, fd=3565 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48390, fd=348 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146730 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50548, fd=521 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62206, fd=2034 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49036, fd=416 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146856 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54984, fd=1125 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17382, fd=4174 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63872, fd=1885 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48472, fd=355 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8258, fd=3705 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57674, fd=1164 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47892, fd=294 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63332, fd=2053 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64402, fd=2476 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.146974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14482, fd=3727 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147010 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48204, fd=324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64904, fd=1619 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6086, fd=2806 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53316, fd=955 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59168, fd=1611 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10260, fd=3836 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48286, fd=343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48602, fd=369 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65300, fd=1682 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48846, fd=398 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61758, fd=2194 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48960, fd=412 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49048, fd=417 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48338, fd=337 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56056, fd=1060 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13984, fd=3824 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48266, fd=344 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48856, fd=399 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9268, fd=2941 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7704, fd=3285 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7186, fd=3577 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15044, fd=3529 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12362, fd=4045 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62734, fd=2473 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48714, fd=382 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.147963 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58560, fd=1568 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5646, fd=2744 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60136, fd=1706 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11412, fd=3120 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48890, fd=410 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9786, fd=4016 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4170, fd=2392 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56556, fd=1439 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2158, fd=2232 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11870, fd=3127 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48316, fd=347 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51820, fd=600 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48776, fd=391 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.148939 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2700, fd=2258 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63668, fd=2425 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149064 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52374, fd=912 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8774, fd=2861 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48812, fd=392 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52622, fd=833 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5208, fd=2674 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56012, fd=1145 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48508, fd=359 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14970, fd=4112 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48784, fd=390 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14458, fd=4023 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149398 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64250, fd=2658 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1684, fd=2170 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3148, fd=2944 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16366, fd=4346 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48196, fd=326 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17760, fd=3806 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3680, fd=2468 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149467 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48982, fd=408 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149500 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5722, fd=2748 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17286, fd=4043 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55512, fd=1192 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5292, fd=2719 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13956, fd=3650 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53658, fd=1234 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65194, fd=2195 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149662 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48756, fd=389 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4584, fd=3101 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48734, fd=385 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59778, fd=1857 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48342, fd=342 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149864 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53856, fd=742 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13010, fd=3270 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149896 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49254, fd=434 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.149948 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15834, fd=4335 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150048 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60662, fd=1863 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48140, fd=318 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51218, fd=786 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54432, fd=1095 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49264, fd=435 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8026, fd=2996 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49310, fd=438 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16196, fd=4251 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54826, fd=1268 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150216 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11612, fd=3268 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7442, fd=3280 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15416, fd=4310 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49524, fd=468 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63038, fd=2073 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49280, fd=457 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49240, fd=450 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4188, fd=2596 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60856, fd=1913 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49252, fd=454 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50552, fd=546 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150424 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49060, fd=421 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52134, fd=765 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150439 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49120, fd=423 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49528, fd=475 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61408, fd=1823 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49370, fd=460 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49608, fd=467 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48980, fd=407 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49462, fd=465 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49218, fd=429 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49088, fd=451 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1152, fd=2848 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57126, fd=1128 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54258, fd=1035 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12614, fd=3207 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13518, fd=3337 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150723 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10660, fd=3871 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55408, fd=1038 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49566, fd=448 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49350, fd=442 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150749 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17116, fd=3725 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4680, fd=3292 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16716, fd=3986 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49294, fd=436 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49436, fd=445 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150886 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48534, fd=362 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150908 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49380, fd=443 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6714, fd=2967 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.150988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10854, fd=3190 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49580, fd=474 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151009 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49326, fd=440 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2774, fd=2399 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49474, fd=466 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49494, fd=477 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49202, fd=431 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16572, fd=3534 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151198 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49460, fd=463 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62420, fd=1747 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151378 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9692, fd=3441 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51112, fd=734 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49306, fd=437 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3268, fd=2970 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151456 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49338, fd=441 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49398, fd=462 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49224, fd=432 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10182, fd=3466 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49152, fd=425 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53180, fd=864 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1630, fd=2671 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6672, fd=2481 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8516, fd=3721 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49164, fd=427 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49550, fd=484 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49234, fd=458 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4216, fd=3078 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49532, fd=464 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49220, fd=430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58302, fd=1469 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151952 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49178, fd=449 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151952 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11116, fd=3794 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.151989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15706, fd=3579 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49096, fd=452 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152026 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13112, fd=3240 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49514, fd=473 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49508, fd=478 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59356, fd=1633 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60262, fd=1776 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62290, fd=1940 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61892, fd=1362 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49570, fd=479 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56568, fd=1544 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3762, fd=3155 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49256, fd=433 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12474, fd=3200 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16882, fd=3572 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49430, fd=482 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49416, fd=481 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58836, fd=1702 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16922, fd=3745 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49078, fd=447 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152502 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58644, fd=1097 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53548, fd=942 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58194, fd=1651 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59666, fd=1726 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54062, fd=1296 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152570 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8292, fd=3350 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57708, fd=1701 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152654 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49592, fd=480 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16082, fd=4249 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2880, fd=2859 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12114, fd=4001 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49396, fd=444 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.152999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49400, fd=471 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49576, fd=472 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63544, fd=2588 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9388, fd=3782 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7196, fd=2913 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49072, fd=422 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49104, fd=446 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6184, fd=2630 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153182 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49212, fd=428 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49484, fd=461 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5306, fd=3132 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49450, fd=483 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49320, fd=439 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153383 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54652, fd=1332 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49360, fd=459 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49552, fd=470 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51634, fd=557 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59250, fd=1287 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2244, fd=2787 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49192, fd=426 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51852, fd=718 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49136, fd=453 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60844, fd=1460 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59856, fd=1864 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55130, fd=1431 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9084, fd=3065 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153661 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12872, fd=4057 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52988, fd=902 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12038, fd=3150 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49544, fd=476 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10278, fd=3029 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153838 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52382, fd=776 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153841 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1024, fd=2131 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1466, fd=1753 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7784, fd=3627 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50502, fd=519 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.153995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6144, fd=2436 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14802, fd=4208 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62898, fd=2316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60288, fd=1804 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4810, fd=2154 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13316, fd=3755 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15212, fd=4222 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64728, fd=2137 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14276, fd=4006 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3300, fd=2978 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8822, fd=3443 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16526, fd=3662 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154373 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56366, fd=1289 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49278, fd=455 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49618, fd=469 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17538, fd=4363 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1882, fd=2209 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64008, fd=2111 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61370, fd=1559 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9882, fd=2881 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57398, fd=1540 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154833 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55808, fd=1183 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11410, fd=3351 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65040, fd=2705 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154884 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49190, fd=456 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.154997 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10938, fd=3007 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155034 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2428, fd=2839 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5672, fd=2577 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2680, fd=2887 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6032, fd=3484 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50958, fd=571 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58084, fd=1437 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51338, fd=618 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62100, fd=2200 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1180, fd=2135 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5362, fd=2683 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3824, fd=2487 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155422 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56860, fd=1585 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6510, fd=3253 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17176, fd=4360 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1932, fd=2920 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9232, fd=3470 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51118, fd=722 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61584, fd=2343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51530, fd=873 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155642 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63382, fd=2559 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61186, fd=2283 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8128, fd=2796 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155800 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3538, fd=2452 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155835 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62288, fd=2197 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64238, fd=2089 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53186, fd=910 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65326, fd=2576 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64566, fd=2098 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56722, fd=1452 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.155960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4412, fd=2431 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53918, fd=913 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10112, fd=3195 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50490, fd=749 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1280, fd=1723 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56928, fd=1573 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62728, fd=2454 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61666, fd=1963 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57416, fd=1388 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60528, fd=1841 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64964, fd=2606 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4220, fd=3237 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63812, fd=2417 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57878, fd=1463 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4908, fd=3305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9078, fd=3483 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56358, fd=1520 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7720, fd=2600 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58346, fd=1238 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156515 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17960, fd=4372 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156533 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4882, fd=2222 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156595 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16142, fd=3620 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12124, fd=3651 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52514, fd=646 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53150, fd=929 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60892, fd=1445 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63676, fd=1866 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8536, fd=3431 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59496, fd=1648 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156895 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17774, fd=4369 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51412, fd=838 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50914, fd=636 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156924 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64788, fd=1625 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15360, fd=4225 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49150, fd=424 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9942, fd=3072 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.156988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55820, fd=1190 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12690, fd=3507 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157251 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54654, fd=1104 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61830, fd=1881 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157297 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64558, fd=1577 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2786, fd=1870 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6840, fd=2503 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13740, fd=3805 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55582, fd=841 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3096, fd=2883 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4062, fd=2574 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157534 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11088, fd=3772 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16918, fd=3678 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54260, fd=1270 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9586, fd=3128 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60134, fd=1193 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57426, fd=1548 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13162, fd=3737 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54090, fd=1069 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7288, fd=3597 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14322, fd=4287 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63114, fd=1793 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16604, fd=3687 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157855 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57806, fd=1375 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59416, fd=1300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14776, fd=3873 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17496, fd=4176 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.157956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1688, fd=2720 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9562, fd=3112 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57108, fd=1249 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2320, fd=2969 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7478, fd=2562 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18022, fd=3761 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4208, fd=2589 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6866, fd=3564 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52146, fd=961 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158135 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3760, fd=3011 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51818, fd=699 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11794, fd=3404 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3250, fd=2421 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56396, fd=1175 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55162, fd=1381 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13698, fd=3810 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51210, fd=694 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55614, fd=1113 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158316 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59280, fd=1798 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65174, fd=2629 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158378 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60002, fd=1767 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1622, fd=2178 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55946, fd=1172 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2160, fd=2963 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17698, fd=4079 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13722, fd=3976 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64760, fd=2522 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6296, fd=2860 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17424, fd=4171 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11532, fd=3221 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64264, fd=2088 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58692, fd=1516 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54420, fd=1196 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58710, fd=1714 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158863 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18050, fd=3767 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13236, fd=4261 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53848, fd=1006 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64136, fd=2450 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59116, fd=1984 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158908 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5678, fd=2382 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63058, fd=2011 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57726, fd=1442 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.158949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52620, fd=648 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6654, fd=2665 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52818, fd=843 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8290, fd=2778 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5206, fd=3334 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11328, fd=3058 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54656, fd=816 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1560, fd=2877 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5350, fd=2315 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15668, fd=4231 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56700, fd=1330 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12694, fd=4245 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159234 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53584, fd=1222 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53572, fd=931 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56194, fd=1223 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8524, fd=3729 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52206, fd=787 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10328, fd=4044 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10852, fd=3074 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60882, fd=2269 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159404 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51712, fd=744 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159407 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15786, fd=3860 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17174, fd=4162 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58872, fd=1977 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58330, fd=1511 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60502, fd=1856 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6118, fd=3232 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17226, fd=4286 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61132, fd=1807 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8798, fd=2812 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159855 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3718, fd=2479 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159864 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55128, fd=1367 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159892 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5740, fd=3196 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.159897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57204, fd=1371 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59802, fd=2044 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63158, fd=1799 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160121 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2276, fd=2811 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55026, fd=1005 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50628, fd=733 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160198 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61418, fd=1839 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160467 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2714, fd=3026 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3272, fd=2931 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9314, fd=3789 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65342, fd=2121 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57884, fd=1627 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61904, fd=2039 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160718 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60264, fd=1897 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16800, fd=4354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5654, fd=2573 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.160974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7204, fd=3591 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161034 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12190, fd=4224 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62286, fd=2262 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52124, fd=756 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9930, fd=3083 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6398, fd=3261 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56218, fd=1506 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49794, fd=563 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161217 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65346, fd=2166 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54590, fd=1322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60044, fd=1900 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52494, fd=633 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7722, fd=3619 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4666, fd=3094 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1264, fd=1730 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161375 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15912, fd=3937 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161375 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12590, fd=3322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55052, fd=978 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161421 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52830, fd=834 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50456, fd=610 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14958, fd=3889 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62160, fd=2181 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161645 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4906, fd=2239 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6886, fd=2696 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13948, fd=3349 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58596, fd=1700 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53002, fd=992 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15050, fd=3482 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8518, fd=3403 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64928, fd=2145 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56730, fd=1290 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161867 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49962, fd=505 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53324, fd=891 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64674, fd=1591 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5118, fd=2666 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161921 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55586, fd=1045 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16048, fd=4151 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.161965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59138, fd=1280 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9996, fd=2925 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50678, fd=638 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59618, fd=1828 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63696, fd=2061 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51110, fd=594 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10550, fd=3501 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16428, fd=3971 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58630, fd=1089 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11104, fd=3531 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7398, fd=3265 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58044, fd=1643 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63792, fd=2419 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10530, fd=3858 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60220, fd=1213 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6098, fd=2814 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50220, fd=533 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15488, fd=3556 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7228, fd=3602 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14254, fd=3840 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1558, fd=2237 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3896, fd=2546 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59776, fd=2172 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17206, fd=4056 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162651 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63296, fd=2355 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64078, fd=2081 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2306, fd=2799 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13456, fd=3780 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52624, fd=804 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11438, fd=3569 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61632, fd=1986 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1116, fd=2834 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61114, fd=1996 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60560, fd=2245 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.162906 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3042, fd=2932 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17918, fd=4307 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62486, fd=1764 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16132, fd=3605 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163058 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14044, fd=3391 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16900, fd=3735 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2522, fd=2241 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59222, fd=1646 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50988, fd=555 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58246, fd=1063 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1074, fd=2132 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11570, fd=3231 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53660, fd=837 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8364, fd=3376 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8054, fd=3304 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163381 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5862, fd=3457 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59750, fd=1704 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163395 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54026, fd=1008 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17758, fd=3800 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10582, fd=3865 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163412 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4070, fd=3062 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12052, fd=3997 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54824, fd=982 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2782, fd=2919 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62332, fd=2418 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2070, fd=1836 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62906, fd=2510 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3536, fd=2344 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12002, fd=3991 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163700 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57646, fd=1428 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61806, fd=1889 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61294, fd=2018 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15210, fd=4221 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6614, fd=2937 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11002, fd=3524 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9564, fd=3122 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53546, fd=1207 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163851 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9090, fd=2901 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55394, fd=1102 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4558, fd=2611 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56480, fd=1255 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163952 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1704, fd=2320 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.163957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14498, fd=4090 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164026 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14556, fd=3734 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9432, fd=2974 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15750, fd=4146 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7940, fd=2668 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7814, fd=3673 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13582, fd=3787 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5474, fd=2563 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64438, fd=2093 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57010, fd=1266 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8916, fd=2827 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51444, fd=819 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164397 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12580, fd=4232 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16544, fd=4349 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50264, fd=552 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51662, fd=738 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58046, fd=1055 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55920, fd=1225 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10062, fd=3548 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57724, fd=1383 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164871 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3276, fd=2954 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60784, fd=1806 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.164997 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61798, fd=1353 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16138, fd=3598 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60828, fd=2252 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13034, fd=3249 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15380, fd=4137 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10508, fd=3258 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60238, fd=1385 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53954, fd=927 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65094, fd=2139 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52294, fd=814 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10276, fd=3844 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17492, fd=3749 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15058, fd=3510 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8574, fd=2854 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3000, fd=2429 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165631 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65006, fd=1632 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9584, fd=4005 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17488, fd=4061 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63484, fd=2060 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16530, fd=4264 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165730 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4358, fd=2586 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5644, fd=2389 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14972, fd=3893 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5982, fd=2412 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8152, fd=3328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15770, fd=3479 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61280, fd=1817 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56100, fd=1233 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165970 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7660, fd=2965 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.165974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16928, fd=4276 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57202, fd=1013 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65440, fd=2669 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58216, fd=1495 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50576, fd=634 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13626, fd=4175 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62292, fd=1929 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57966, fd=1398 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4408, fd=3057 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2412, fd=3003 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62882, fd=2012 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59668, fd=1673 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60500, fd=1766 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56620, fd=1275 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51138, fd=665 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59236, fd=1605 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57580, fd=1419 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52142, fd=855 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14074, fd=4003 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7310, fd=3264 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62730, fd=1987 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7100, fd=2529 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51616, fd=663 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61534, fd=1326 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4936, fd=3313 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63670, fd=2409 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56068, fd=1500 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54290, fd=1043 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166624 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57540, fd=1403 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55122, fd=995 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10856, fd=3079 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4048, fd=3199 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5848, fd=2783 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166729 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1358, fd=2151 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57168, fd=1526 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13160, fd=3294 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54676, fd=1339 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13012, fd=4254 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53184, fd=794 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63982, fd=1525 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.166998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8800, fd=3393 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167010 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53712, fd=717 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167014 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4464, fd=2638 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12280, fd=4021 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59248, fd=1622 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4024, fd=3192 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51780, fd=777 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52504, fd=928 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62172, fd=1904 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1078, fd=2230 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58730, fd=1901 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11360, fd=3949 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3044, fd=1890 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57094, fd=1602 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13868, fd=3999 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167558 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52058, fd=626 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11636, fd=3384 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63436, fd=2381 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167662 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1910, fd=1827 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167703 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11046, fd=3204 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167711 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51980, fd=592 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3544, fd=2980 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55000, fd=831 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7852, fd=2792 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14278, fd=3439 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167844 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16110, fd=4152 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15236, fd=3913 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167879 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14576, fd=4200 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3562, fd=2338 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.167961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55584, fd=1042 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168003 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62776, fd=2064 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168011 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11846, fd=3618 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9112, fd=3477 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13062, fd=3726 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53828, fd=991 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168055 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15502, fd=3933 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168078 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13748, fd=3985 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60008, fd=1835 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58332, fd=1657 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57508, fd=1316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54498, fd=792 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52198, fd=975 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2578, fd=3013 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64110, fd=2461 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50040, fd=714 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58672, fd=1707 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50944, fd=525 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64556, fd=2130 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1586, fd=1760 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15052, fd=4218 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168541 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7354, fd=3621 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13510, fd=3583 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51314, fd=719 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5436, fd=2345 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12470, fd=3917 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3302, fd=2491 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9032, fd=3464 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17224, fd=4052 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168767 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5356, fd=2523 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168775 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2054, fd=2224 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54220, fd=1073 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11044, fd=3778 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52808, fd=877 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168895 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56432, fd=1309 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168968 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50558, fd=702 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6532, fd=2445 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2906, fd=3061 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.168993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58482, fd=1260 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6706, fd=3243 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11892, fd=3989 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61032, fd=1958 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50630, fd=628 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169110 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54388, fd=1083 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15744, fd=3553 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12004, fd=3424 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169216 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55918, fd=1134 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5526, fd=3146 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6800, fd=2496 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64672, fd=2534 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53298, fd=936 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15862, fd=3584 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63306, fd=2085 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10056, fd=3540 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16504, fd=3526 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53474, fd=974 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1354, fd=2647 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169597 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59524, fd=1688 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62764, fd=1772 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169620 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14402, fd=3456 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50292, fd=529 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12736, fd=3934 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56634, fd=1092 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8438, fd=2846 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1848, fd=2721 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169940 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5492, fd=2753 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8324, fd=3341 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59876, fd=1156 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.169960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9374, fd=3777 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10098, fd=2930 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17672, fd=3785 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5754, fd=2580 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52968, fd=701 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60386, fd=1721 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16034, fd=4340 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13610, fd=3302 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57946, fd=1429 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7896, fd=2774 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59752, fd=1852 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8310, fd=2816 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13318, fd=3267 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53874, fd=1000 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61432, fd=2038 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7796, fd=2979 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65088, fd=2045 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53386, fd=680 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170374 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4052, fd=3206 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61002, fd=1802 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8836, fd=2876 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11372, fd=3953 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60462, fd=1742 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3580, fd=1908 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59006, fd=1267 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7216, fd=3595 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170595 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56198, fd=921 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5030, fd=2513 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14828, fd=3488 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51286, fd=703 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63222, fd=2339 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55316, fd=1310 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12420, fd=3218 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52672, fd=963 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170894 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63824, fd=2430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63620, fd=2402 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.170967 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11540, fd=3084 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3934, fd=2524 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51696, fd=585 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3014, fd=2289 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10532, fd=3494 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6240, fd=2815 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65142, fd=2621 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12866, fd=3519 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63046, fd=2032 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9548, fd=3809 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171331 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62522, fd=2292 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171337 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65412, fd=2592 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60064, fd=1893 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171398 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61982, fd=1693 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13156, fd=3950 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171425 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15090, fd=3906 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171522 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4386, fd=1985 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61582, fd=2380 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10266, fd=4046 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57770, fd=1182 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64468, fd=2125 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64108, fd=2465 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171754 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52874, fd=842 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6120, fd=2615 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50374, fd=514 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51730, fd=923 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17064, fd=4024 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.171991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56684, fd=1473 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59318, fd=1748 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51336, fd=779 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57662, fd=1581 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52238, fd=1004 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62254, fd=2204 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16760, fd=4270 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172379 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15812, fd=3872 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16236, fd=4344 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8826, fd=2837 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1510, fd=2272 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17860, fd=3649 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55024, fd=1002 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12360, fd=3211 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15630, fd=4324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2006, fd=2754 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172631 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3860, fd=3160 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10902, fd=3172 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2364, fd=2831 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6396, fd=2651 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6700, fd=2672 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7812, fd=3622 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.172981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8294, fd=2785 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59018, fd=1123 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57236, fd=1133 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9312, fd=2953 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61390, fd=1855 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58274, fd=1832 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58068, fd=1471 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12766, fd=3329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14900, fd=3430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54434, fd=1100 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173216 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14140, fd=3397 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7266, fd=2717 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5268, fd=2294 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53878, fd=737 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11882, fd=3139 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52762, fd=922 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54436, fd=1314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64568, fd=1978 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55658, fd=1361 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64936, fd=2550 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50586, fd=545 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60894, fd=1818 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173643 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55592, fd=1354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54820, fd=1054 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62476, fd=1948 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4246, fd=2602 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13380, fd=3323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9972, fd=3825 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15320, fd=3929 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63590, fd=2094 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59586, fd=2035 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.173995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63548, fd=2052 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7496, fd=3625 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174061 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15322, fd=3821 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13840, fd=3379 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56934, fd=972 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50964, fd=688 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2878, fd=1877 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174230 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14400, fd=4289 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2868, fd=2410 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60790, fd=1264 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60144, fd=2214 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4554, fd=3063 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6236, fd=3209 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10890, fd=3197 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62942, fd=1407 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55056, fd=1085 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54028, fd=757 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6656, fd=3297 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49950, fd=593 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15810, fd=3487 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53000, fd=874 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14956, fd=3436 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5072, fd=2681 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50626, fd=651 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54588, fd=933 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53498, fd=1030 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5680, fd=3394 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174807 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51988, fd=752 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174839 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12330, fd=4027 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65038, fd=2115 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5960, fd=3217 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3310, fd=2938 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3294, fd=3131 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.174992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57214, fd=1519 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56720, fd=1563 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1894, fd=2196 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2382, fd=2354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61004, fd=1982 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58598, fd=1564 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4808, fd=2036 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61512, fd=2046 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61980, fd=1676 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175257 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13890, fd=3385 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64052, fd=1543 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56178, fd=1251 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16178, fd=4343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58754, fd=1589 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56682, fd=1282 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59596, fd=1834 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7026, fd=2894 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175378 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9802, fd=2999 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12860, fd=4248 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10438, fd=3143 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13478, fd=3966 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4966, fd=2632 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55618, fd=1347 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65524, fd=1695 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51754, fd=590 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12540, fd=3681 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175773 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1944, fd=2203 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65534, fd=2608 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175877 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65028, fd=2165 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50186, fd=509 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175886 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64592, fd=2517 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4446, fd=2438 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175963 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60344, fd=1903 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.175992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56216, fd=1068 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176004 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63042, fd=2323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176007 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3466, fd=2519 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2966, fd=1883 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50128, fd=607 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7552, fd=2743 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11780, fd=3587 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1490, fd=2870 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176515 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12616, fd=4039 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51636, fd=576 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63032, fd=1788 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9168, fd=2922 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176727 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8532, fd=3028 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1556, fd=2177 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176750 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58500, fd=1496 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14358, fd=3855 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13042, fd=3536 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176824 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50864, fd=621 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5040, fd=2648 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16136, fd=3900 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60904, fd=1966 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.176983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57324, fd=1143 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54218, fd=1303 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55718, fd=1450 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7034, fd=2521 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4468, fd=2654 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52462, fd=949 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14372, fd=3444 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13866, fd=4181 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5940, fd=3198 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14908, fd=3879 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54716, fd=1108 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177631 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15762, fd=3856 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50168, fd=579 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11734, fd=4211 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56804, fd=1344 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51116, fd=540 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13422, fd=3284 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177833 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2634, fd=2903 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6182, fd=2794 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53266, fd=1189 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12968, fd=4064 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.177962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58280, fd=1475 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1460, fd=2218 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17304, fd=4168 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4664, fd=2014 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178374 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59670, fd=1846 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178375 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53314, fd=815 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178415 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10238, fd=3212 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16288, fd=4154 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61786, fd=2015 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2152, fd=2773 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56040, fd=1384 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56268, fd=1402 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53832, fd=1001 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57848, fd=1191 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.178889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1186, fd=2250 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179055 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12354, fd=3473 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8406, fd=2849 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52626, fd=1131 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179105 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6704, fd=3314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52240, fd=616 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4026, fd=3023 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62294, fd=2271 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12828, fd=4250 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55404, fd=1440 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1656, fd=1780 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10914, fd=3180 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54886, fd=1058 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179828 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18786, fd=3887 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179930 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18588, fd=4122 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179937 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18240, fd=3688 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.179962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18766, fd=4199 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18456, fd=3837 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18770, fd=4323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52800, fd=817 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10422, fd=2981 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18672, fd=3852 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18806, fd=4325 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18942, fd=4384 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18378, fd=4316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17806, fd=4299 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18222, fd=3823 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19216, fd=3886 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.180778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19028, fd=3927 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.181005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18198, fd=3819 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:38.182362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18986, fd=4136 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.435961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46500, fd=3591 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40614, fd=3283 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50990, fd=4264 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47024, fd=3923 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40936, fd=3070 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436340 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48014, fd=4146 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436377 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43386, fd=3549 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45680, fd=3645 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49658, fd=4014 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29434, fd=1850 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436446 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37776, fd=2807 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436512 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38662, fd=2809 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38940, fd=3019 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39162, fd=3026 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31516, fd=2228 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35134, fd=2481 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34594, fd=2428 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41764, fd=3158 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44870, fd=3458 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49008, fd=3942 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51172, fd=4343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.436958 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46766, fd=3803 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33442, fd=2351 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49922, fd=4138 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437180 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32812, fd=2183 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50568, fd=4035 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32536, fd=2111 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49244, fd=4025 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44610, fd=3509 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50146, fd=4177 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41266, fd=3109 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34242, fd=2276 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48270, fd=4208 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42586, fd=3261 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42866, fd=3505 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23006, fd=1268 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437759 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46232, fd=3857 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32952, fd=2176 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39780, fd=2956 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36062, fd=2570 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437863 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39396, fd=3028 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437871 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31764, fd=2083 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47678, fd=4040 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.437995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33744, fd=2280 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43132, fd=3551 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43666, fd=3496 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35738, fd=2550 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48548, fd=4217 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25416, fd=1392 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37434, fd=2688 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438456 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40096, fd=3131 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438621 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36352, fd=2661 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.438690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31234, fd=1972 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.439124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43940, fd=3672 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.439147 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30928, fd=2033 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.439587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51340, fd=4232 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.439857 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27248, fd=1566 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.439919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17064, fd=508 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49412, fd=4036 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41498, fd=3105 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440022 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33322, fd=2342 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34852, fd=2484 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20238, fd=834 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36618, fd=2697 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51088, fd=4215 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16904, fd=483 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17370, fd=458 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440394 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17268, fd=470 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20454, fd=821 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51266, fd=4129 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26272, fd=1490 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22890, fd=1153 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25980, fd=1504 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440552 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17738, fd=560 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22240, fd=1146 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440572 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16828, fd=424 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24302, fd=1225 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440625 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20880, fd=902 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22696, fd=916 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26778, fd=1567 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440711 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27004, fd=1522 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16800, fd=431 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21172, fd=781 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440967 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32710, fd=2158 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17178, fd=463 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.440998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21612, fd=911 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441009 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20944, fd=917 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16884, fd=427 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30740, fd=2072 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22970, fd=1035 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42074, fd=3216 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17182, fd=459 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20654, fd=876 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33532, fd=2324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18026, fd=620 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26614, fd=1669 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29854, fd=1834 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33094, fd=2167 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441437 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22020, fd=1048 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19200, fd=618 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17020, fd=506 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441503 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25582, fd=1518 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24554, fd=1425 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18638, fd=890 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25226, fd=1367 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17808, fd=492 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18594, fd=590 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21954, fd=943 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21434, fd=813 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23822, fd=1352 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23546, fd=1017 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19802, fd=735 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441714 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27568, fd=1620 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16878, fd=425 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441817 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18288, fd=554 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441865 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17400, fd=457 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441884 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32372, fd=2101 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441892 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33418, fd=2349 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17894, fd=595 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33270, fd=2243 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22442, fd=1175 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.441980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16864, fd=441 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28474, fd=1719 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442011 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29628, fd=1768 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17086, fd=447 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30488, fd=1896 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32846, fd=2282 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29334, fd=1775 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21616, fd=1019 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24820, fd=1399 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442241 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25090, fd=1329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16950, fd=475 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17282, fd=474 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18444, fd=851 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23962, fd=1308 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30970, fd=2104 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27856, fd=1678 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16786, fd=423 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16916, fd=444 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24110, fd=1193 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31570, fd=2124 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442513 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18948, fd=615 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33648, fd=2334 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442576 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19578, fd=715 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29040, fd=1725 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28816, fd=1801 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17036, fd=450 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25138, fd=1353 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26334, fd=1576 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25528, fd=1314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.442971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25864, fd=1572 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28670, fd=1894 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443205 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31322, fd=2220 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19910, fd=850 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16934, fd=432 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19454, fd=664 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27294, fd=1570 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23124, fd=1260 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22954, fd=1027 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31866, fd=2204 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31102, fd=2077 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23606, fd=1345 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22804, fd=1215 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20554, fd=872 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27506, fd=1598 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19620, fd=698 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31760, fd=2265 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443574 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17530, fd=469 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443590 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24692, fd=1207 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443629 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33200, fd=2291 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32452, fd=2194 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17002, fd=480 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29778, fd=2009 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443831 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22552, fd=1113 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443867 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20262, fd=1013 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28412, fd=1853 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25378, fd=1365 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.443987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19586, fd=731 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25320, fd=1375 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19232, fd=666 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30130, fd=1866 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444129 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20318, fd=1005 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23274, fd=1208 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20848, fd=931 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18684, fd=655 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31346, fd=2014 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29096, fd=1692 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16812, fd=434 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28870, fd=1863 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21664, fd=1022 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29992, fd=1980 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22686, fd=1222 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30232, fd=1789 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30636, fd=2145 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444595 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16970, fd=435 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21364, fd=995 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24956, fd=1237 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32632, fd=2118 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23320, fd=1212 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23728, fd=1202 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32700, fd=2161 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17486, fd=498 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18128, fd=527 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.444999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26492, fd=1606 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29472, fd=1794 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445096 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17638, fd=549 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18634, fd=683 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24542, fd=1376 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445119 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28162, fd=1726 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445152 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21852, fd=1041 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17132, fd=451 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24272, fd=1133 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32960, fd=2311 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19442, fd=710 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32596, fd=2129 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22292, fd=1107 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32130, fd=2115 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445373 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22090, fd=926 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27278, fd=1541 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26048, fd=1440 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29306, fd=1925 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28196, fd=1649 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32234, fd=2318 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445777 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41512, fd=3169 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26972, fd=1573 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16766, fd=421 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445896 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27914, fd=1810 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23976, fd=1151 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.445976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18974, fd=732 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38148, fd=2955 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31980, fd=2162 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20080, fd=750 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27724, fd=1647 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30874, fd=2086 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39868, fd=2893 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446198 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38916, fd=2832 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47336, fd=3714 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26062, fd=1513 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31550, fd=2067 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48316, fd=3929 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24878, fd=1379 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26772, fd=1457 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42056, fd=3170 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26518, fd=1538 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49056, fd=4010 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18342, fd=843 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36286, fd=2690 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39606, fd=2928 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23240, fd=1291 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446527 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48772, fd=4239 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446596 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44678, fd=3531 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44198, fd=3424 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40670, fd=3063 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47850, fd=3867 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27020, fd=1539 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45998, fd=3931 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30436, fd=1958 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35038, fd=2501 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46520, fd=3762 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.446992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39078, fd=2894 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45494, fd=3481 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50416, fd=4020 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16018, fd=338 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447078 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42332, fd=3429 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26286, fd=1543 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447139 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36028, fd=2597 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16148, fd=355 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21108, fd=922 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46778, fd=3736 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15850, fd=318 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43454, fd=3325 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21326, fd=978 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27462, fd=1762 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20026, fd=842 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43236, fd=3419 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15916, fd=326 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15722, fd=304 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16156, fd=356 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21608, fd=962 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38680, fd=2922 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15990, fd=334 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16048, fd=341 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44402, fd=3732 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25788, fd=1418 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15620, fd=293 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447591 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37566, fd=2771 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447619 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15894, fd=325 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15664, fd=298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49466, fd=3926 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47056, fd=4018 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45708, fd=3880 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16120, fd=349 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16096, fd=347 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41766, fd=3331 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15652, fd=297 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22294, fd=988 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16052, fd=342 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447877 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15956, fd=331 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15604, fd=296 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15806, fd=314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15908, fd=327 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25622, fd=1533 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.447993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37856, fd=2772 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24478, fd=1249 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448126 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15930, fd=328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448148 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16034, fd=339 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47648, fd=4067 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15862, fd=321 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40406, fd=3210 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15794, fd=312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38440, fd=2976 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15764, fd=310 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448309 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16094, fd=346 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16064, fd=343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448316 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42916, fd=3271 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15730, fd=307 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16002, fd=337 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448389 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50560, fd=4209 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448392 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15820, fd=315 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48594, fd=3809 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16040, fd=340 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34758, fd=2464 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16124, fd=352 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15686, fd=301 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15952, fd=330 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448603 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24254, fd=1315 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48088, fd=3871 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15790, fd=313 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40132, fd=3139 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15742, fd=308 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15944, fd=329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36758, fd=2663 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15878, fd=324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448821 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15636, fd=294 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448823 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49672, fd=4134 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45248, fd=3446 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448835 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37394, fd=2643 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23438, fd=1178 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15726, fd=306 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39298, fd=3062 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49942, fd=4073 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448950 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36536, fd=2656 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39560, fd=3093 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.448987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20642, fd=883 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449010 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16000, fd=335 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43760, fd=3640 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45036, fd=3413 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42596, fd=3298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449211 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49190, fd=4023 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15858, fd=319 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38334, fd=2766 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15670, fd=300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449278 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50262, fd=4275 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15690, fd=302 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19868, fd=768 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46880, fd=3639 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18946, fd=667 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25812, fd=1411 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48406, fd=3897 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39870, fd=2988 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47194, fd=3964 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34344, fd=2429 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16078, fd=345 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.449997 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15854, fd=320 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43976, fd=3300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450022 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44972, fd=3562 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44332, fd=3541 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46248, fd=3742 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44666, fd=3544 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16068, fd=344 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51114, fd=4316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43284, fd=3359 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42130, fd=3410 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34438, fd=2434 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15752, fd=309 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16108, fd=348 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15638, fd=295 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450325 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43792, fd=3653 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15666, fd=299 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50494, fd=4204 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43544, fd=3226 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51208, fd=4282 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15994, fd=336 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38852, fd=2870 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36884, fd=2774 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450580 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50198, fd=4349 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37282, fd=2719 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36134, fd=2607 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450749 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40436, fd=3223 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48926, fd=4256 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35222, fd=2525 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41368, fd=3119 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450896 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15826, fd=316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450934 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40324, fd=3199 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450939 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45238, fd=3600 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.450944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46014, fd=3686 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35284, fd=2520 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36686, fd=2618 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46262, fd=3844 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46000, fd=3812 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15780, fd=311 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49456, fd=4306 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35526, fd=2522 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39072, fd=2902 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43046, fd=3279 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40690, fd=3235 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39048, fd=2968 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42424, fd=3437 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46624, fd=3710 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34722, fd=2445 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451358 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42716, fd=3305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35510, fd=2519 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451368 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16122, fd=351 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451383 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41614, fd=3057 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51124, fd=4276 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451411 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50954, fd=4305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44114, fd=3555 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40180, fd=2995 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15834, fd=317 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42994, fd=3187 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41848, fd=3193 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50776, fd=4241 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43348, fd=3220 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451649 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48872, fd=3989 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41604, fd=3143 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36614, fd=2571 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40060, fd=2952 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45682, fd=3657 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37632, fd=2686 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47814, fd=4037 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41302, fd=3083 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35604, fd=2568 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39702, fd=2964 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.451962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47236, fd=3824 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452135 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36206, fd=2632 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34770, fd=2424 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45382, fd=3802 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42756, fd=3245 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44548, fd=3487 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452560 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34970, fd=2451 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49884, fd=4330 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47954, fd=3887 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40990, fd=3266 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50910, fd=4329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452728 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48254, fd=4196 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38014, fd=2795 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50738, fd=4324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452861 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51358, fd=4304 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37940, fd=2905 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.452993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15974, fd=333 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50144, fd=4071 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49648, fd=4229 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453134 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38518, fd=2877 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51402, fd=4307 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15864, fd=322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35830, fd=2578 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36444, fd=2609 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50402, fd=4283 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47492, fd=4009 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39288, fd=2906 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15724, fd=305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51024, fd=4092 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453424 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35268, fd=2478 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453466 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40988, fd=3280 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39304, fd=2927 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46626, fd=3937 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34496, fd=2417 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44810, fd=3539 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453687 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51210, fd=4286 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46274, fd=3666 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51296, fd=4363 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38548, fd=2867 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35902, fd=2594 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36966, fd=2743 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15966, fd=332 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453756 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48550, fd=3913 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49336, fd=4216 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16112, fd=350 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35784, fd=2576 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43060, fd=3288 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43606, fd=3488 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453960 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49702, fd=4240 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42450, fd=3443 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.453977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38826, fd=2945 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454131 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49372, fd=4219 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51360, fd=4135 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35304, fd=2496 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36356, fd=2654 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37300, fd=2720 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454370 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41862, fd=3356 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454377 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49100, fd=4262 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49366, fd=4044 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454422 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51000, fd=4312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454439 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35010, fd=2446 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42144, fd=3225 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45466, fd=3610 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44450, fd=3584 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42768, fd=3334 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50668, fd=4244 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454516 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48150, fd=3972 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45246, fd=3472 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454533 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40922, fd=3259 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15706, fd=303 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454558 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48146, fd=3912 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41268, fd=3317 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454582 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43356, fd=3457 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45706, fd=3557 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47018, fd=4011 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40654, fd=3219 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41274, fd=3014 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454708 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50598, fd=4136 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48764, fd=4171 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42442, fd=3236 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454761 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45122, fd=3586 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454773 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37028, fd=2634 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454774 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44700, fd=3692 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454843 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41814, fd=3185 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16654, fd=417 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454867 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51184, fd=4226 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46150, fd=3631 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454877 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36490, fd=2603 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16136, fd=354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454917 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36276, fd=2674 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.454976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51044, fd=4337 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455058 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16256, fd=365 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455063 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16492, fd=392 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43604, fd=3579 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16696, fd=414 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39306, fd=3089 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47642, fd=4094 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42156, fd=3189 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16232, fd=363 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44296, fd=3462 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46982, fd=4005 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455297 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16704, fd=416 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51430, fd=4348 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455345 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49698, fd=4228 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41502, fd=3118 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16616, fd=404 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455489 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16396, fd=381 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50896, fd=4298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16130, fd=353 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16552, fd=398 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16290, fd=370 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46444, fd=3892 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16556, fd=399 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16266, fd=375 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455670 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38592, fd=2992 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43946, fd=3508 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47250, fd=3856 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455764 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45548, fd=3858 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16406, fd=382 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455806 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40326, fd=3197 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16230, fd=362 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37596, fd=2773 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455893 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16736, fd=420 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455912 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16420, fd=385 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37308, fd=2788 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39084, fd=2977 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16334, fd=383 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455959 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16592, fd=409 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.455990 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16610, fd=407 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36736, fd=2705 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456013 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16528, fd=397 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43918, fd=3532 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50010, fd=3961 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40056, fd=3116 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16270, fd=371 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456094 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16680, fd=412 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456172 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35080, fd=2490 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456439 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37606, fd=2742 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45856, fd=3804 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16648, fd=410 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456557 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16366, fd=380 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456591 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16286, fd=367 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456617 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16602, fd=405 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456621 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16188, fd=358 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16686, fd=413 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456664 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16168, fd=357 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16180, fd=361 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16562, fd=401 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38206, fd=2791 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16424, fd=386 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16474, fd=391 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456780 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16510, fd=394 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456863 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46742, fd=3953 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456871 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16566, fd=400 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.456959 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16438, fd=387 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457021 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16664, fd=415 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39700, fd=3114 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457047 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16348, fd=376 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49102, fd=3977 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16382, fd=384 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16174, fd=359 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35980, fd=2546 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457237 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48428, fd=3986 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16198, fd=368 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16568, fd=403 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457366 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37938, fd=2805 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51102, fd=4362 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38872, fd=2841 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16328, fd=379 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457653 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16242, fd=364 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16360, fd=378 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38196, fd=2823 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16262, fd=366 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35660, fd=2564 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457690 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34546, fd=2457 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16332, fd=374 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50482, fd=4354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16632, fd=408 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47596, fd=4075 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16314, fd=377 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16196, fd=360 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16454, fd=388 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.457936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42314, fd=3396 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458038 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40026, fd=2958 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16538, fd=396 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48158, fd=3890 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45678, fd=3652 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16748, fd=419 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16264, fd=373 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458267 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47466, fd=3808 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44984, fd=3389 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51396, fd=4150 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45390, fd=3597 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38712, fd=2858 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458327 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46400, fd=3712 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49976, fd=4253 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458332 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48456, fd=3948 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43376, fd=3365 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36964, fd=2735 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41416, fd=3034 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40590, fd=3046 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40820, fd=3005 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16506, fd=393 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16302, fd=372 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45976, fd=3676 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42072, fd=3141 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46190, fd=3697 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36358, fd=2631 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458565 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16582, fd=402 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35904, fd=2589 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16880, fd=437 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458665 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38152, fd=2948 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36204, fd=2601 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44988, fd=3668 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35590, fd=2561 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45192, fd=3590 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49052, fd=4199 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16960, fd=500 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24552, fd=1221 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16626, fd=406 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.458987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18052, fd=519 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39710, fd=3117 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18746, fd=695 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42888, fd=3355 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16674, fd=411 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47882, fd=3870 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19002, fd=660 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459127 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40300, fd=3179 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16926, fd=430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50260, fd=4077 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16468, fd=389 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50184, fd=4183 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25594, fd=1346 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42590, fd=3289 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34760, fd=2456 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459374 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36574, fd=2538 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459374 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22440, fd=1114 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459376 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16886, fd=428 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459383 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44668, fd=3538 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459387 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26490, fd=1614 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17168, fd=456 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40912, fd=3044 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19858, fd=643 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16482, fd=390 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25978, fd=1460 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459463 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21300, fd=948 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17422, fd=481 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459480 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24046, fd=1251 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46652, fd=3925 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20336, fd=656 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19280, fd=770 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34450, fd=2412 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459595 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18274, fd=611 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44182, fd=3431 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459771 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17830, fd=478 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23318, fd=1172 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18536, fd=546 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44152, fd=3390 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459838 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47186, fd=3768 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23548, fd=1261 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16214, fd=369 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16940, fd=491 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.459996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49964, fd=4060 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51278, fd=4302 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19470, fd=776 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47930, fd=4046 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26790, fd=1675 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37812, fd=2700 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25088, fd=1362 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23838, fd=1211 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49342, fd=4056 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39164, fd=2816 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460595 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16844, fd=439 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43782, fd=3523 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46862, fd=3960 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460761 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17076, fd=482 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460778 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39398, fd=2901 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17012, fd=438 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22896, fd=1010 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460838 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35014, fd=2467 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41914, fd=3084 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22004, fd=1075 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26256, fd=1535 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36716, fd=2699 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.460996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16720, fd=418 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48766, fd=3928 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37532, fd=2727 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16516, fd=395 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38430, fd=2782 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19604, fd=738 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27252, fd=1546 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25322, fd=1437 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38948, fd=2848 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22242, fd=1040 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461364 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49548, fd=4076 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50406, fd=4295 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20070, fd=796 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24818, fd=1364 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16778, fd=433 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21080, fd=1047 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47752, fd=3752 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461646 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41126, fd=3060 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461689 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20838, fd=904 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25772, fd=1480 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461726 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43138, fd=3295 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39948, fd=2917 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35286, fd=2509 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461906 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16922, fd=429 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.461939 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41354, fd=3138 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24300, fd=1299 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50526, fd=4313 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45666, fd=3646 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41942, fd=3113 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16764, fd=422 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462263 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23110, fd=1057 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50976, fd=4308 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462380 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44840, fd=3451 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26976, fd=1694 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17218, fd=466 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48928, fd=3901 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45878, fd=3662 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21572, fd=827 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462456 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16902, fd=440 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462466 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45148, fd=3435 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462522 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43796, fd=3366 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40796, fd=3243 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50170, fd=3974 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37260, fd=2770 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462571 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36020, fd=2622 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35736, fd=2569 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36768, fd=2670 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17636, fd=532 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41642, fd=3350 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43938, fd=3658 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45388, fd=3836 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39640, fd=3102 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45132, fd=3685 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36296, fd=2623 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462835 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22688, fd=1112 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17048, fd=501 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462872 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50386, fd=4289 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462924 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42640, fd=3471 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38858, fd=2881 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42116, fd=3212 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.462976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20588, fd=855 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463022 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40468, fd=3040 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45614, fd=3817 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463109 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40302, fd=3172 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41688, fd=3176 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463132 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44474, fd=3499 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43020, fd=3194 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463181 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41638, fd=3309 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51136, fd=4123 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463223 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43562, fd=3445 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46156, fd=3705 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39816, fd=2887 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47862, fd=3760 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50666, fd=4218 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463328 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49462, fd=4309 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35112, fd=2503 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463441 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17316, fd=523 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49774, fd=4233 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463455 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39482, fd=3096 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38594, fd=2806 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36538, fd=2676 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44576, fd=3556 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43538, fd=3392 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44330, fd=3459 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48258, fd=4103 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44866, fd=3576 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463502 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50830, fd=4072 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43170, fd=3405 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43432, fd=3379 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41884, fd=3348 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463567 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47032, fd=3775 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39092, fd=2878 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42214, fd=3241 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463620 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49258, fd=3985 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35966, fd=2602 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41462, fd=3142 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48536, fd=3998 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50640, fd=4151 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463737 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34596, fd=2444 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50296, fd=4104 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463756 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38248, fd=2799 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.463779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17100, fd=446 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37090, fd=2695 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464067 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38552, fd=2896 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48122, fd=3968 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50518, fd=4220 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48060, fd=3905 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464098 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46720, fd=3695 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464104 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37646, fd=2677 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464140 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21796, fd=1042 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44664, fd=3442 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44224, fd=3702 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39318, fd=2993 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49700, fd=4100 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38864, fd=2965 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47494, fd=3838 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464381 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46864, fd=3755 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464391 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42914, fd=3174 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464421 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40094, fd=3108 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41036, fd=3272 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42770, fd=3277 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36424, fd=2600 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47568, fd=4024 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16974, fd=494 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49452, fd=4303 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464677 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46774, fd=3811 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35140, fd=2454 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34552, fd=2436 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16806, fd=487 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51056, fd=4197 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16856, fd=426 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43384, fd=3449 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464845 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38322, fd=2868 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48462, fd=3800 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464871 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46450, fd=3898 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37338, fd=2856 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464931 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42378, fd=3222 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37666, fd=2882 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35720, fd=2540 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.464993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35446, fd=2536 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47270, fd=3801 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39090, fd=3007 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16820, fd=436 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35004, fd=2459 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49210, fd=4279 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46442, fd=3885 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49368, fd=4285 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48424, fd=3950 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41710, fd=3167 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38554, fd=2904 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465214 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46136, fd=3680 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49870, fd=4030 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47796, fd=3839 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43706, fd=3352 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465290 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48670, fd=3992 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465311 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37130, fd=2707 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38862, fd=2946 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45368, fd=3830 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465478 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47950, fd=4054 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42498, fd=3275 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48966, fd=4251 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38364, fd=2775 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47198, fd=3971 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44136, fd=3575 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37970, fd=2833 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40422, fd=2978 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45384, fd=3632 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465590 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43148, fd=3386 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465623 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37706, fd=2898 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35224, fd=2486 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47188, fd=3792 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48984, fd=3911 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465692 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41178, fd=3076 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47750, fd=3853 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41476, fd=3341 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34548, fd=2435 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465766 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35850, fd=2593 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37142, fd=2711 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465879 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36886, fd=2716 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.465908 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40232, fd=2975 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466026 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43794, fd=3296 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466052 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50094, fd=4257 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466130 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50474, fd=4214 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40588, fd=3254 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45858, fd=3594 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39058, fd=2998 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45636, fd=3504 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37398, fd=2660 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44120, fd=3438 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39300, fd=2910 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466332 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46518, fd=3681 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40954, fd=3103 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49978, fd=4252 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36894, fd=2783 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44590, fd=3675 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466482 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36616, fd=2747 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36650, fd=2657 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49926, fd=4333 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36378, fd=2698 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466552 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40822, fd=3009 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49176, fd=4180 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48716, fd=3854 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42462, fd=3211 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36220, fd=2626 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46746, fd=3794 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466886 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39634, fd=2935 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466913 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37524, fd=2765 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44804, fd=3367 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.466990 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45076, fd=3581 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34336, fd=2409 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467045 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42998, fd=3323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40184, fd=2982 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42938, fd=3512 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48808, fd=4234 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42016, fd=3134 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46104, fd=3827 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36240, fd=2659 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45862, fd=3671 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40698, fd=3037 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467399 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49622, fd=3933 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46164, fd=3715 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45242, fd=3751 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47124, fd=3966 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50792, fd=4360 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44562, fd=3609 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467635 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47708, fd=3837 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467645 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49656, fd=4007 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467645 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44410, fd=3634 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45118, fd=3738 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34870, fd=2430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34600, fd=2439 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467748 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39790, fd=2957 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41938, fd=3166 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46298, fd=3682 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38026, fd=2812 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44108, fd=3430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467907 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41102, fd=3110 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47924, fd=4124 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34868, fd=2463 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.467954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47016, fd=3995 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36172, fd=2646 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468030 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44318, fd=3470 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48380, fd=3793 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50166, fd=4079 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49422, fd=4074 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468133 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49910, fd=4065 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468182 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49180, fd=4031 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48620, fd=3845 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468355 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46806, fd=3891 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42720, fd=3238 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41422, fd=3278 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468424 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50290, fd=4004 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46592, fd=3766 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468547 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39232, fd=3033 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468601 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36944, fd=2802 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40034, fd=3148 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468618 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47430, fd=4051 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38950, fd=2961 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39484, fd=2951 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48148, fd=4069 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41626, fd=3120 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468865 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40566, fd=3200 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35398, fd=2512 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35952, fd=2590 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34452, fd=2422 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41420, fd=3133 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468906 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37810, fd=2814 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.468962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36446, fd=2625 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39358, fd=3069 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469078 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38124, fd=2815 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45852, fd=3908 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48180, fd=4070 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45360, fd=3795 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469204 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43508, fd=3573 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37498, fd=2672 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46578, fd=3773 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37410, fd=2652 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42250, fd=3198 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46328, fd=3749 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469376 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46018, fd=3700 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469409 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37230, fd=2642 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45518, fd=3750 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469443 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37018, fd=2678 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469476 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40282, fd=3001 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45024, fd=3797 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469492 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43854, fd=3260 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43608, fd=3612 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469530 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41250, fd=3263 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40504, fd=3248 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35592, fd=2559 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41798, fd=3364 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39940, fd=3081 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469660 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46780, fd=3983 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469662 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42428, fd=3403 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36470, fd=2521 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43214, fd=3395 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44274, fd=3328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35558, fd=2531 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40934, fd=3095 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48934, fd=4245 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469906 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42212, fd=3232 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37692, fd=2734 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42146, fd=3432 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.469974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47952, fd=3864 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42738, fd=3327 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39166, fd=3059 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34734, fd=2441 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470123 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50632, fd=4143 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37896, fd=2794 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37274, fd=2714 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470160 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44812, fd=3784 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470162 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43780, fd=3276 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45254, fd=3592 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470232 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34924, fd=2482 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36714, fd=2689 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36628, fd=2610 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470336 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48238, fd=3909 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38424, fd=2865 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50436, fd=4310 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48486, fd=4127 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40714, fd=3291 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39620, fd=2942 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38682, fd=2828 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470669 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38412, fd=2843 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.470786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43408, fd=3542 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41678, fd=3128 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471167 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42996, fd=3310 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471229 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38550, fd=2899 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50966, fd=4115 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48348, fd=3783 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35116, fd=2510 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47096, fd=3940 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42742, fd=3483 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471347 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35718, fd=2551 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471352 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35948, fd=2606 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46634, fd=3733 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38828, fd=2930 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471419 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45520, fd=3627 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45774, fd=3667 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471470 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47432, fd=3872 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43572, fd=3401 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43360, fd=3209 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471525 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48714, fd=3921 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42570, fd=3250 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471751 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44492, fd=3602 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40112, fd=2980 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471768 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36058, fd=2612 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471829 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44060, fd=3399 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471833 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38952, fd=2855 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40234, fd=3175 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471865 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35668, fd=2532 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38120, fd=2736 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51316, fd=4137 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.471953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45250, fd=3599 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46106, fd=3946 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50194, fd=4087 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472135 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36718, fd=2671 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45604, fd=3548 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42512, fd=3456 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472244 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35138, fd=2487 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472252 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49938, fd=4156 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41124, fd=3072 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44990, fd=3475 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472424 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44710, fd=3770 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472433 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40548, fd=3018 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46866, fd=3642 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41700, fd=3073 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472477 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:41450, fd=3088 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472505 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49676, fd=4125 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43934, fd=3664 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36252, fd=2586 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38808, fd=2792 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472647 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47334, fd=3663 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34736, fd=2472 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35352, fd=2541 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472868 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40888, fd=3061 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.472989 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:46362, fd=3722 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39082, fd=2897 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473121 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27390, fd=1593 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473144 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49132, fd=4175 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27924, fd=1680 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33154, fd=2213 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37340, fd=2837 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34026, fd=2218 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:40818, fd=3071 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17610, fd=514 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25016, fd=1373 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33574, fd=2390 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:43590, fd=3589 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29126, fd=1916 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473508 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50456, fd=4198 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33244, fd=2298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29948, fd=1986 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473581 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27026, fd=1605 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50826, fd=4247 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30838, fd=2152 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34294, fd=2359 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473730 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:35086, fd=2483 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38318, fd=2827 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18208, fd=588 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39712, fd=3066 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:44756, fd=3559 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473784 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20246, fd=764 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20650, fd=831 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47552, fd=3822 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26288, fd=1469 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473968 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51152, fd=4221 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473973 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37968, fd=2722 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.473995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25962, fd=1511 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29364, fd=1953 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47228, fd=3790 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474056 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28520, fd=1679 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28866, fd=1891 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34230, fd=2375 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474242 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42828, fd=3491 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22648, fd=1031 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474346 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24042, fd=1105 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474376 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32800, fd=2172 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474712 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51234, fd=4322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36454, fd=2529 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48078, fd=3959 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31148, fd=2052 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32676, fd=2143 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474826 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22228, fd=1072 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:49370, fd=4301 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21436, fd=887 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34318, fd=2247 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18716, fd=624 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26646, fd=1681 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.474966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34266, fd=2403 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475030 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:47816, fd=3915 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:39474, fd=2933 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475178 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:50646, fd=4166 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29642, fd=1809 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33962, fd=2307 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32666, fd=2137 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21874, fd=929 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18416, fd=859 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18788, fd=907 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27654, fd=1661 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48614, fd=4133 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475643 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24686, fd=1323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475675 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33928, fd=2203 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475735 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31748, fd=2074 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:38522, fd=2886 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475901 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48904, fd=3935 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475905 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:45810, fd=3521 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475911 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31646, fd=2259 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.475959 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27878, fd=1689 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19570, fd=741 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33136, fd=2370 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476097 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31018, fd=2190 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476107 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29348, fd=1815 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476113 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17844, fd=765 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476125 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26118, fd=1527 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37614, fd=2751 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23544, fd=1280 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33788, fd=2232 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26986, fd=1583 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18490, fd=617 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476319 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22640, fd=1206 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476321 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21524, fd=1018 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30210, fd=1798 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30492, fd=1845 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476483 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17410, fd=552 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32890, fd=2199 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476579 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32010, fd=2284 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:34332, fd=2363 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33406, fd=2316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26396, fd=1591 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17746, fd=581 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25698, fd=1487 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27858, fd=1698 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476837 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33776, fd=2343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476964 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29024, fd=1854 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.476987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25128, fd=1494 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19106, fd=632 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477040 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29680, fd=1962 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31976, fd=2279 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23022, fd=1188 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24802, fd=1263 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19456, fd=729 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477284 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32848, fd=2179 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30270, fd=1898 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17242, fd=460 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25014, fd=1254 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25826, fd=1478 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24032, fd=1243 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477535 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22744, fd=1046 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25348, fd=1404 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477607 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20856, fd=846 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32548, fd=2344 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28472, fd=1733 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18720, fd=610 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477745 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21926, fd=1124 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.477966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30290, fd=1881 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33630, fd=2296 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478169 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29422, fd=1960 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33198, fd=2230 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478430 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28212, fd=1705 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:24636, fd=1390 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20072, fd=756 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29920, fd=2057 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29332, fd=1941 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478902 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18608, fd=583 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18156, fd=561 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.478977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25352, fd=1288 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479065 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:30536, fd=1928 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18228, fd=550 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479083 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20068, fd=767 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28430, fd=1790 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27978, fd=1608 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:25158, fd=1381 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:33848, fd=2244 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22330, fd=949 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479379 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32570, fd=2121 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29152, fd=1716 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27038, fd=1702 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479908 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19644, fd=614 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23426, fd=1319 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479962 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22128, fd=871 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.479966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29752, fd=2000 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.480019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18900, fd=728 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.480163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31180, fd=1988 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.480195 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:28182, fd=1641 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.480545 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:23948, fd=1089 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:45.481003 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:31636, fd=2242 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.737914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53126, fd=430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.737987 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53520, fd=475 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.738175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53486, fd=471 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.738206 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53364, fd=454 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.738298 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52822, fd=401 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.738874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53066, fd=424 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.738970 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53630, fd=483 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.738986 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52700, fd=390 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.739093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53028, fd=423 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.739790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52948, fd=417 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.739816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52860, fd=400 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.739852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52980, fd=413 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.740163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52598, fd=379 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.740342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52468, fd=364 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.740811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5068, fd=3143 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741034 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53458, fd=460 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64044, fd=1663 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741151 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17684, fd=4003 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57944, fd=1106 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12300, fd=2498 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13864, fd=2643 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19638, fd=3061 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741304 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12738, fd=2527 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741473 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18950, fd=2946 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741479 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65132, fd=3071 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15036, fd=3584 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8846, fd=3844 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10420, fd=2405 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741548 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19552, fd=3022 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9290, fd=2452 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6286, fd=2121 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10978, fd=2378 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61150, fd=1297 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56448, fd=733 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7376, fd=3813 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741809 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53632, fd=482 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741889 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16002, fd=3942 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741923 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19182, fd=3035 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741929 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57440, fd=796 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8298, fd=3351 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.741995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19786, fd=4065 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14670, fd=2644 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2818, fd=1917 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18620, fd=3017 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1250, fd=1833 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742212 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6732, fd=3803 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14796, fd=2632 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64544, fd=1599 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16956, fd=2774 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59672, fd=1084 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742629 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60488, fd=1108 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742708 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19812, fd=3069 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19242, fd=3708 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7986, fd=2188 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742882 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59978, fd=1204 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16860, fd=3627 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742979 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14386, fd=2602 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60954, fd=1450 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.742999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62896, fd=1527 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9722, fd=3853 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18244, fd=3684 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743103 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1828, fd=1863 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743136 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61960, fd=1577 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743146 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6054, fd=3166 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19890, fd=3012 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11738, fd=2650 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5700, fd=3219 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58624, fd=1002 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16334, fd=2814 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57204, fd=964 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743296 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13684, fd=2742 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12920, fd=2567 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15766, fd=2798 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12082, fd=2432 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62440, fd=1627 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743532 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4510, fd=1978 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743556 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10920, fd=3405 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61792, fd=1563 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743645 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64328, fd=1694 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743791 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7958, fd=3249 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11284, fd=2445 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743901 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9910, fd=3858 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743927 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14082, fd=2587 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.743968 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6956, fd=2209 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58050, fd=932 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62266, fd=1550 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9934, fd=2360 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3150, fd=1974 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18632, fd=3674 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6550, fd=2095 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1634, fd=3112 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10538, fd=3387 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10718, fd=3868 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2246, fd=1869 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19434, fd=3043 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53500, fd=479 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2178, fd=1891 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744378 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8404, fd=2287 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744388 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63396, fd=1714 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744391 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58966, fd=936 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59940, fd=1083 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56486, fd=911 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7592, fd=2248 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4338, fd=3188 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58464, fd=1119 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3628, fd=3099 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56994, fd=910 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1066, fd=1830 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744593 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14672, fd=3578 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744631 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16538, fd=3638 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744707 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10116, fd=2381 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744713 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13222, fd=2528 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5284, fd=2034 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59622, fd=1090 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9280, fd=2441 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744827 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53954, fd=565 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6012, fd=2098 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62528, fd=1620 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62052, fd=1368 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64746, fd=1815 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744939 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17638, fd=2847 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744972 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11914, fd=3439 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.744998 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57964, fd=1123 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10314, fd=2314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4216, fd=3117 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62954, fd=1684 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18892, fd=2968 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58536, fd=1174 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61560, fd=2703 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11626, fd=3884 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63580, fd=1614 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7002, fd=2206 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54480, fd=547 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745186 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15426, fd=3933 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745197 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13106, fd=2712 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745222 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13568, fd=2552 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7478, fd=2156 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13468, fd=2545 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59538, fd=1070 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12348, fd=3346 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18044, fd=3666 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745372 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8546, fd=3220 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745427 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13938, fd=2767 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15052, fd=2741 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745461 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5498, fd=2249 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19374, fd=3002 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19914, fd=3000 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745526 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4734, fd=3763 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745566 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59020, fd=1030 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745570 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62918, fd=1648 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745597 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18004, fd=2874 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15380, fd=3599 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12532, fd=2465 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745717 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65326, fd=1651 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3304, fd=2075 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745772 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16204, fd=2743 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745780 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54788, fd=587 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63900, fd=2862 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65038, fd=1758 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9484, fd=2275 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745926 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11064, fd=3320 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745940 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2642, fd=3135 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.745999 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18304, fd=2913 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16118, fd=3945 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17588, fd=2840 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18070, fd=3664 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746203 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12764, fd=3366 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746263 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6410, fd=3799 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746333 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5374, fd=2229 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17368, fd=2820 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746382 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14750, fd=3462 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3872, fd=1998 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746423 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61004, fd=2646 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8484, fd=2312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56076, fd=801 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746449 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15846, fd=2873 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60540, fd=1276 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3180, fd=3732 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63592, fd=1697 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6916, fd=2325 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17250, fd=2796 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746670 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7574, fd=3230 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746746 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11424, fd=2442 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746803 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4894, fd=2053 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19708, fd=4064 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746823 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55102, fd=619 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746859 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14300, fd=3916 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746900 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19000, fd=3686 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746909 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55574, fd=641 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18676, fd=4042 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746939 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55094, fd=656 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59562, fd=1274 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.746954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4292, fd=2018 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747020 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9042, fd=2426 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747024 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64468, fd=1806 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1094, fd=1682 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747137 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54264, fd=591 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1412, fd=1843 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15866, fd=2691 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747166 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3310, fd=3735 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17222, fd=2785 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10086, fd=3420 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14276, fd=3560 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747265 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15536, fd=3935 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2166, fd=1961 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57914, fd=864 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60040, fd=2590 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65062, fd=1839 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747450 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58442, fd=1209 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747456 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61942, fd=1355 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16954, fd=3983 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59922, fd=1153 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747885 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3726, fd=1925 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.747991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60950, fd=1332 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8082, fd=2268 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748192 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62150, fd=1441 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56954, fd=890 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57514, fd=1046 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56132, fd=668 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1632, fd=1803 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748292 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19710, fd=4037 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7104, fd=3275 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10948, fd=2408 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748341 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12196, fd=2522 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4854, fd=2031 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748406 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12322, fd=3345 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9162, fd=3316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748475 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15480, fd=2858 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17378, fd=3659 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19472, fd=2952 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63526, fd=2843 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2684, fd=2019 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748627 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19286, fd=3037 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14344, fd=3542 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16206, fd=2819 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.748878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8480, fd=3839 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18386, fd=3691 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749033 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13114, fd=3531 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749012 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9090, fd=3312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749091 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6528, fd=2300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749106 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16862, fd=2790 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749196 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65264, fd=1849 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64218, fd=1772 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16552, fd=2824 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13460, fd=3397 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14368, fd=3540 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58954, fd=943 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8054, fd=3324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749373 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18260, fd=3993 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3874, fd=1987 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17664, fd=3997 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1190, fd=1812 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57510, fd=1026 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13454, fd=3402 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59972, fd=1139 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749578 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11384, fd=2612 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749587 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1652, fd=3110 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749637 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63274, fd=1699 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10110, fd=2298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749830 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5842, fd=2120 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749856 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58518, fd=1138 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749877 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10570, fd=3429 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749919 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62712, fd=1566 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.749961 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10952, fd=3875 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17708, fd=3980 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750049 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55588, fd=752 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56080, fd=783 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3380, fd=3157 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750122 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19306, fd=2993 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9618, fd=2358 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14766, fd=2811 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17306, fd=2823 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12722, fd=2524 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750193 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13882, fd=2598 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5066, fd=3776 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15114, fd=3477 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61494, fd=1162 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11886, fd=3491 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18718, fd=3676 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16146, fd=3623 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61652, fd=1356 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750377 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13878, fd=2772 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64018, fd=1647 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750509 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11324, fd=2599 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9614, fd=2473 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2994, fd=1941 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64744, fd=1810 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2328, fd=1971 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4524, fd=3196 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750854 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57396, fd=1038 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750862 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59038, fd=1023 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750865 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57818, fd=1073 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.750971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10522, fd=3301 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16896, fd=3979 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751059 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53756, fd=513 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15712, fd=3615 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751216 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15084, fd=3573 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60494, fd=1301 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751274 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53788, fd=703 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751303 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56450, fd=979 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1852, fd=1957 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751393 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56996, fd=978 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751458 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1496, fd=1838 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751533 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54908, fd=606 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751557 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53676, fd=488 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751557 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12724, fd=2489 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62706, fd=1500 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751752 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6636, fd=2177 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751816 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64042, fd=1743 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751838 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18622, fd=4044 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54382, fd=569 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751882 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7608, fd=2237 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751895 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7976, fd=3315 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64466, fd=2927 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751937 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62530, fd=1416 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53074, fd=426 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5682, fd=2089 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56454, fd=720 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751975 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11458, fd=3323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.751977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54312, fd=516 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752017 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15794, fd=3593 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752077 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55670, fd=604 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60410, fd=1268 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752121 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53736, fd=491 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63222, fd=1367 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53314, fd=449 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752163 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6118, fd=3168 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752174 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11034, fd=2575 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752179 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18418, fd=4033 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2202, fd=1909 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2772, fd=3724 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752282 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17960, fd=4013 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8368, fd=3834 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12000, fd=2428 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752339 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53038, fd=421 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752380 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6554, fd=2100 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752421 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53488, fd=463 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7496, fd=2232 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52632, fd=378 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58814, fd=1015 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752469 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52714, fd=382 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752474 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52846, fd=398 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11740, fd=3888 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64164, fd=1502 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52584, fd=377 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15460, fd=3932 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752558 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6964, fd=2123 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752583 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53394, fd=457 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63030, fd=1548 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52998, fd=419 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52522, fd=370 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5668, fd=3217 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54644, fd=588 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53276, fd=447 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61794, fd=1405 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752704 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53252, fd=444 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5100, fd=3774 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60862, fd=1383 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52988, fd=414 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59624, fd=1037 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.752997 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53220, fd=440 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753008 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60006, fd=1350 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753159 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53196, fd=438 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56250, fd=836 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52426, fd=358 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753318 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52964, fd=409 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753378 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52938, fd=406 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753436 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52608, fd=374 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52682, fd=405 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753502 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4688, fd=2027 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53362, fd=453 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52840, fd=399 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52622, fd=381 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53698, fd=500 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753643 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53466, fd=462 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53696, fd=487 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753733 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52750, fd=395 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52398, fd=357 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753777 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52908, fd=416 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59402, fd=1034 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52806, fd=396 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753806 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3198, fd=1892 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12444, fd=2457 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55092, fd=613 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52474, fd=365 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753871 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53152, fd=433 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753875 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53236, fd=442 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52540, fd=371 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753938 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4184, fd=1991 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61088, fd=2671 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.753984 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52452, fd=363 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754048 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53480, fd=470 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53124, fd=431 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64574, fd=1801 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55332, fd=817 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52506, fd=367 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754119 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52566, fd=384 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13108, fd=2514 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52804, fd=397 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56766, fd=1019 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52440, fd=359 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53056, fd=422 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63748, fd=1480 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8182, fd=2207 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754295 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53444, fd=467 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52720, fd=392 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53334, fd=456 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754416 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55790, fd=609 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3572, fd=3098 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53288, fd=448 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754523 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53510, fd=466 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754539 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52784, fd=408 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10300, fd=2519 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52662, fd=380 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754672 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57976, fd=851 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53014, fd=420 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754781 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53128, fd=432 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52884, fd=410 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754963 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53172, fd=436 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754966 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60428, fd=1339 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754978 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52698, fd=389 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.754990 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11422, fd=3475 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755114 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2592, fd=1929 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52924, fd=403 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9372, fd=2456 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52870, fd=415 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53096, fd=428 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61776, fd=2715 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755236 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10112, fd=2503 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755277 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53702, fd=490 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755281 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52736, fd=383 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755283 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53700, fd=489 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9904, fd=3856 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755327 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53418, fd=464 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755452 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58948, fd=1215 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16780, fd=2925 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57896, fd=1100 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755591 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10692, fd=3393 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63060, fd=1655 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12396, fd=3515 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52832, fd=411 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755760 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65034, fd=1617 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755762 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5478, fd=2044 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65318, fd=1672 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755799 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16350, fd=3628 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755811 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6518, fd=2090 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3838, fd=1989 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755888 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52766, fd=393 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755901 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63982, fd=1512 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755930 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7984, fd=2356 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755946 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8776, fd=2323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755951 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3462, fd=2084 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755953 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58288, fd=1141 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.755976 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9340, fd=2448 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756011 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56378, fd=673 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58164, fd=1004 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52470, fd=368 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53688, fd=693 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756165 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54288, fd=715 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756215 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13262, fd=2586 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756246 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55524, fd=717 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60548, fd=1400 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756314 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6016, fd=2282 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756326 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53666, fd=486 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756327 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56848, fd=790 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756334 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62630, fd=1488 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6068, fd=2134 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756376 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4364, fd=2011 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756385 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62358, fd=1448 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756428 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14312, fd=3563 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11110, fd=3878 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756440 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61318, fd=1143 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756447 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15060, fd=3473 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756464 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11890, fd=2493 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756486 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3934, fd=3174 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65506, fd=1885 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756490 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1236, fd=1715 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59124, fd=1134 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54368, fd=722 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10690, fd=3440 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756568 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54710, fd=597 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756589 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3332, fd=3736 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756643 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56724, fd=1011 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2514, fd=1990 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55982, fd=677 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756722 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2872, fd=3138 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61950, fd=1208 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756740 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59916, fd=1118 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63652, fd=1721 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756856 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52450, fd=361 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19050, fd=2918 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756890 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8806, fd=2250 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756893 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15438, fd=2694 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756905 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1244, fd=1735 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58712, fd=888 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.756965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64948, fd=1725 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757003 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8464, fd=3358 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6944, fd=3804 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757071 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3064, fd=3729 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757072 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60086, fd=1364 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60772, fd=1369 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4452, fd=3124 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757085 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13168, fd=2581 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54030, fd=699 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10554, fd=3432 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757090 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12868, fd=2494 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757173 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7640, fd=3815 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7440, fd=2340 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757255 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15188, fd=2673 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53896, fd=559 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757377 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14038, fd=2652 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757414 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55498, fd=892 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15568, fd=3589 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757481 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8024, fd=3321 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757493 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6716, fd=2181 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61076, fd=2651 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757586 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59792, fd=1184 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757600 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61546, fd=1525 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16782, fd=2758 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757695 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53968, fd=689 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54672, fd=577 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57202, fd=838 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757705 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61232, fd=1281 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757710 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2020, fd=1860 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52424, fd=360 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.757982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16036, fd=2887 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7196, fd=2329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758117 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14674, fd=2648 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758205 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14346, fd=3544 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758235 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53860, fd=518 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758259 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6370, fd=2132 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758280 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57294, fd=1018 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758293 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53376, fd=458 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758317 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56298, fd=845 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64434, fd=1710 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758357 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57372, fd=847 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758387 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53654, fd=485 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53762, fd=711 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55004, fd=605 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2130, fd=1857 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758459 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12460, fd=3355 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62202, fd=2766 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758517 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9718, fd=3259 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11614, fd=2411 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758676 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64414, fd=1709 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758913 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13970, fd=2584 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65338, fd=1768 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1720, fd=3029 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.758996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52056, fd=316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13558, fd=2614 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5872, fd=3161 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759039 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10968, fd=2570 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759051 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52248, fd=341 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12832, fd=2702 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52096, fd=320 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759307 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16202, fd=2739 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9268, fd=2348 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52158, fd=328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52032, fd=312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51944, fd=304 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759381 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52194, fd=333 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52042, fd=317 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52222, fd=339 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759467 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51910, fd=298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759472 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51846, fd=299 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759489 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52206, fd=336 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5338, fd=2029 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759501 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1616, fd=1853 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52026, fd=315 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759594 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51924, fd=302 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52008, fd=313 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52202, fd=334 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8876, fd=2334 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759814 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52340, fd=352 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759820 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63994, fd=3034 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759832 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52208, fd=335 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759862 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13812, fd=3912 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759870 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62762, fd=1639 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759932 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55054, fd=787 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759937 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16070, fd=3621 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759959 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51928, fd=306 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.759983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52174, fd=330 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52064, fd=318 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14528, fd=3574 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52354, fd=353 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760079 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3328, fd=1906 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760081 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51880, fd=295 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760112 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11628, fd=3885 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16898, fd=2950 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52022, fd=314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52080, fd=319 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760185 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62172, fd=1521 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52172, fd=331 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760247 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52302, fd=346 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760266 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12926, fd=3479 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760301 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57966, fd=1128 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64162, fd=1670 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760348 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51966, fd=305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760360 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15810, fd=2714 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13594, fd=2737 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59662, fd=1287 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51972, fd=307 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760420 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16478, fd=3634 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760451 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12028, fd=3890 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51960, fd=303 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760454 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6180, fd=2103 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760489 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4914, fd=3768 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52314, fd=348 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760511 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11198, fd=2436 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52216, fd=338 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760564 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7978, fd=3824 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760585 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64828, fd=1618 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760632 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59410, fd=1267 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760670 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10262, fd=2511 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3766, fd=3167 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760725 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2868, fd=2033 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760732 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8304, fd=2379 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51906, fd=297 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760777 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52114, fd=324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4892, fd=2189 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12114, fd=2504 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760883 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52004, fd=311 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760901 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51932, fd=308 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760920 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52288, fd=347 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760993 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1918, fd=3033 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.760994 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15668, fd=2792 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52276, fd=345 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761037 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62360, fd=1233 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761092 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4716, fd=3762 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761095 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60354, fd=1385 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761101 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13374, fd=3391 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761191 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52294, fd=344 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761213 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52350, fd=351 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761256 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52162, fd=329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51994, fd=310 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761308 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57694, fd=840 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761316 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52104, fd=323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761377 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1498, fd=3093 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60008, fd=1076 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52330, fd=349 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7494, fd=3300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761631 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51842, fd=294 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761648 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4258, fd=3182 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58416, fd=1195 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761680 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6606, fd=2164 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761684 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52264, fd=343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18390, fd=3996 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761721 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53882, fd=522 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52332, fd=350 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761731 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58614, fd=1222 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761745 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65504, fd=1665 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761758 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14980, fd=2731 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14188, fd=3441 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761800 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51874, fd=301 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64578, fd=1594 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9902, fd=3359 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51860, fd=293 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17236, fd=2779 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761897 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9394, fd=2460 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17890, fd=2919 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.761964 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59080, fd=950 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762005 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14800, fd=3467 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762027 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52364, fd=354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762068 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52212, fd=337 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52102, fd=321 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51984, fd=309 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10812, fd=2355 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762153 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60486, fd=1200 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762231 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62848, fd=1573 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762268 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56942, fd=882 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762540 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57400, fd=820 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52182, fd=332 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6958, fd=3267 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762678 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8804, fd=2253 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762720 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61396, fd=1155 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762773 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51896, fd=296 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762786 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63220, fd=1503 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762821 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63300, fd=1373 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762858 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21512, fd=4115 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762877 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20256, fd=4086 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762971 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52376, fd=355 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.762977 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52122, fd=325 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52388, fd=356 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763069 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18674, fd=4004 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763073 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52150, fd=326 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22524, fd=4232 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763150 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56024, fd=791 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15302, fd=2838 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61926, fd=2732 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63548, fd=1603 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52262, fd=342 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763323 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22338, fd=4312 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20842, fd=4315 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763374 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20598, fd=4184 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763387 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22752, fd=4331 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55272, fd=831 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763396 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21926, fd=4196 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763484 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21262, fd=4231 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21470, fd=4174 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763524 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55944, fd=667 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52098, fd=322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763542 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5220, fd=2072 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763573 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20388, fd=4081 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763642 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20664, fd=4142 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:51916, fd=300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21698, fd=4187 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763683 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52138, fd=327 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21856, fd=4274 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763747 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20184, fd=4160 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763751 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10302, fd=2526 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63062, fd=1354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2364, fd=3067 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763838 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17426, fd=3987 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763861 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17542, fd=3995 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763864 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18978, fd=2956 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763974 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60904, fd=2635 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763978 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22030, fd=4290 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.763988 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58720, fd=912 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764038 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22400, fd=4384 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764044 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20992, fd=4276 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20350, fd=4076 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764138 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20700, fd=4252 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764139 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20478, fd=4128 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22660, fd=4387 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764149 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5744, fd=2111 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63780, fd=1606 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764157 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19094, fd=4025 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764175 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57046, fd=792 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58194, fd=909 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65196, fd=1787 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22628, fd=4374 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764254 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21544, fd=4177 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12564, fd=2516 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764287 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22158, fd=4313 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764351 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65058, fd=1652 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764362 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56160, fd=714 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764425 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22490, fd=4322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764426 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15538, fd=2674 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764494 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20554, fd=4242 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764498 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20294, fd=4087 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764521 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20756, fd=4094 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764544 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21148, fd=4330 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20142, fd=4079 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764667 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63740, fd=1718 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10960, fd=3873 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764700 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21614, fd=4179 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764756 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14008, fd=2592 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60770, fd=1432 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764776 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16210, fd=3612 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764783 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9690, fd=3392 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59824, fd=1316 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54124, fd=804 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21316, fd=4206 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764982 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22098, fd=4211 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.764983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22190, fd=4300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11774, fd=3330 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765084 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17744, fd=3667 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765089 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21646, fd=4327 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765094 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22296, fd=4216 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765142 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22116, fd=4310 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765161 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18072, fd=4016 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2720, fd=2024 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20790, fd=4181 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765315 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20090, fd=4146 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765395 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19308, fd=4029 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765472 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64740, fd=1605 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765518 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20640, fd=4138 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765530 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21976, fd=4273 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765532 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5584, fd=2245 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765584 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11360, fd=2447 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765641 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8192, fd=3338 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765656 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21090, fd=4201 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21326, fd=4162 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765662 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22696, fd=4388 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765694 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21910, fd=4267 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765742 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55106, fd=676 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13620, fd=2560 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765802 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21196, fd=4171 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1198, fd=1895 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765866 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21456, fd=4323 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765904 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18392, fd=3693 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765941 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6046, fd=2128 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20882, fd=4148 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.765952 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21776, fd=4335 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766001 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9168, fd=3322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766015 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22444, fd=4366 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62422, fd=1476 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21416, fd=4170 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766062 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12668, fd=2537 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5018, fd=3770 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8698, fd=2406 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766161 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10520, fd=3298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766168 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20520, fd=4090 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766199 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12952, fd=3369 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61884, fd=1382 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766510 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8414, fd=3833 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766569 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13312, fd=3499 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766698 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55770, fd=750 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766701 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7154, fd=3808 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766771 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15198, fd=2756 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766808 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16666, fd=3639 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766837 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20224, fd=4080 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64212, fd=1776 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766847 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:52234, fd=340 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766850 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1650, fd=1779 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766886 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21828, fd=4338 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766905 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22062, fd=4282 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12214, fd=3893 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766918 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56436, fd=903 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.766983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57050, fd=926 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17068, fd=3637 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59338, fd=974 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767080 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17108, fd=2854 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3896, fd=2135 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767124 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63850, fd=1640 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767183 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18826, fd=2941 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18574, fd=4036 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767269 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1398, fd=1695 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767275 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10084, fd=3417 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767313 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54132, fd=555 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767353 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18776, fd=3681 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767356 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12212, fd=2495 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767380 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10146, fd=3284 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767392 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7736, fd=2184 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767417 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6628, fd=3258 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767462 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15924, fd=3617 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767467 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20942, fd=4320 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7212, fd=2136 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56134, fd=812 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767562 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10926, fd=3314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6178, fd=3169 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767599 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55144, fd=833 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767644 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62286, fd=2784 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767663 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3278, fd=2079 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767666 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61778, fd=2725 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767688 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14506, fd=3550 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18850, fd=3024 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767798 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14844, fd=2637 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63688, fd=1615 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767879 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65406, fd=1645 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767896 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14280, fd=3534 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59090, fd=1283 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.767947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57578, fd=1067 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768043 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6014, fd=2273 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768070 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5680, fd=2106 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768120 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12048, fd=3503 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768221 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59104, fd=1120 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768243 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11382, fd=2455 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768249 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16804, fd=3625 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768253 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21040, fd=4218 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768262 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22566, fd=4371 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60990, fd=2667 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768272 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58112, fd=906 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56524, fd=678 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17780, fd=2850 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768322 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17846, fd=2856 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768324 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1092, fd=3006 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768343 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20426, fd=4173 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18516, fd=2884 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60224, fd=1365 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59706, fd=1315 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2432, fd=1847 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768402 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64760, fd=1604 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768405 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10778, fd=3443 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768429 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12676, fd=2541 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768431 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3736, fd=2122 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768438 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2988, fd=3142 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768453 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12870, fd=3903 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768468 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15078, fd=3590 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768536 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62862, fd=1580 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768559 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21370, fd=4311 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768563 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11136, fd=3419 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768636 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6946, fd=3270 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3404, fd=1965 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3898, fd=1934 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13260, fd=3906 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768842 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8860, fd=2337 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768849 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10276, fd=2380 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768852 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7766, fd=3821 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768871 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18180, fd=3990 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768874 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8190, fd=3343 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768881 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56608, fd=684 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768970 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57638, fd=844 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768981 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7564, fd=3814 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768995 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18142, fd=4028 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.768996 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16196, fd=2805 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769046 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55060, fd=858 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15944, fd=3513 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4904, fd=3206 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769187 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19174, fd=3690 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769208 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:22256, fd=4361 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769225 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54780, fd=592 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769248 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2168, fd=3059 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769264 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13450, fd=2611 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769300 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5080, fd=3775 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769302 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14870, fd=2721 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64326, fd=1561 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769350 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9612, fd=2354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769365 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60038, fd=1357 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769375 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64166, fd=1753 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769434 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55788, fd=645 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769444 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58626, fd=1230 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62078, fd=1506 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11856, fd=2471 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769550 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11616, fd=3328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769579 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13584, fd=2734 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769605 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56200, fd=655 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769711 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:21728, fd=4189 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769739 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57146, fd=986 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769765 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14682, fd=2701 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769770 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4294, fd=1958 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769771 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12440, fd=2513 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769779 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10536, fd=2322 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769797 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63306, fd=1683 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14006, fd=2663 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61092, fd=1428 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769819 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60082, fd=1313 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769823 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3244, fd=1979 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16696, fd=2920 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769893 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9192, fd=2438 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6436, fd=3244 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769914 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17172, fd=3968 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.769963 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9868, fd=3263 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15462, fd=3602 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770029 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59696, fd=1042 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54836, fd=751 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770082 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57082, fd=763 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7472, fd=2336 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770116 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57354, fd=830 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770119 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6478, fd=2081 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770158 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59808, fd=1308 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770180 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7872, fd=3313 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63304, fd=1522 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770194 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58118, fd=902 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770299 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13888, fd=3428 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770305 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61636, fd=1320 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770435 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2292, fd=3050 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770448 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57560, fd=835 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770529 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62262, fd=2761 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770531 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60988, fd=1399 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15174, fd=3577 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770598 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7096, fd=2203 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770650 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17442, fd=3650 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64340, fd=1687 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770679 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56208, fd=643 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59548, fd=982 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770696 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60726, fd=1386 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770697 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55626, fd=855 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770706 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1038, fd=1865 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770730 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4764, fd=2026 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770738 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16316, fd=3632 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770753 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58544, fd=1049 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770782 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5818, fd=3155 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55084, fd=603 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770822 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8438, fd=3269 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770898 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9406, fd=3248 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14422, fd=3546 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.770969 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61638, fd=1169 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771006 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57916, fd=848 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771018 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4330, fd=3121 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771074 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59130, fd=1205 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60516, fd=1360 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771189 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65050, fd=1760 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771239 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62964, fd=1289 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771291 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54536, fd=543 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771338 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60340, fd=1378 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771363 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5474, fd=2080 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2610, fd=1902 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771418 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19178, fd=2983 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771465 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1618, fd=1947 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771543 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4576, fd=2030 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19366, fd=4055 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771555 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58848, fd=1163 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771575 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55380, fd=625 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771603 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3200, fd=3149 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771651 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62608, fd=1266 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771709 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60610, fd=1307 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17516, fd=3992 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771878 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58504, fd=1104 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771903 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63198, fd=1662 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771928 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56536, fd=728 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8244, fd=3831 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771954 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18890, fd=2912 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62638, fd=1438 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.771969 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1648, fd=1942 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56440, fd=920 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772099 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15590, fd=3587 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772109 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16278, fd=3961 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772115 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6152, fd=2083 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772139 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1090, fd=3001 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772201 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6510, fd=3179 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772209 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6770, fd=3255 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772219 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63738, fd=1567 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772258 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54694, fd=782 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772312 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6962, fd=2126 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8700, fd=3280 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3474, fd=2091 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772371 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61890, fd=1189 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772413 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5084, fd=2046 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772467 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63976, fd=1471 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772471 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62904, fd=1508 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12372, fd=2509 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772507 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59878, fd=1336 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772520 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14340, fd=2607 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64542, fd=1588 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772561 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3962, fd=3747 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772592 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2640, fd=1898 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772606 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56732, fd=937 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772621 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15226, fd=3579 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772629 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11072, fd=2580 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772638 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:53822, fd=498 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772642 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9942, fd=2366 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772685 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4888, fd=3766 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3240, fd=2055 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772795 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15964, fd=3510 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772796 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5490, fd=2087 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772805 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9026, fd=2324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772846 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60018, fd=1059 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772848 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64970, fd=1736 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772891 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54284, fd=538 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772894 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13024, fd=3372 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772955 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1394, fd=1905 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.772957 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10354, fd=3371 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773036 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64136, fd=1495 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2128, fd=3053 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773170 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5392, fd=3148 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773261 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56228, fd=819 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773310 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19192, fd=3704 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773342 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64670, fd=1723 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773344 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8474, fd=2305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773354 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12798, fd=2697 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773361 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2658, fd=1944 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773551 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17518, fd=2877 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60356, fd=1192 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18582, fd=2960 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773624 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8644, fd=2288 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.773716 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2140, fd=1862 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774042 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3746, fd=3101 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774053 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18224, fd=2934 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774111 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8032, fd=2197 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774118 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2000, fd=3116 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5990, fd=2088 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55274, fd=653 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774199 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7140, fd=2221 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774200 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54476, fd=811 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17668, fd=2980 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774218 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11712, fd=2640 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774279 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1604, fd=3108 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57792, fd=843 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774289 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64472, fd=1740 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774294 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8022, fd=3213 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774442 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58718, fd=1237 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774445 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13708, fd=2569 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774457 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55676, fd=724 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774460 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61358, fd=1129 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55826, fd=767 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774514 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8548, fd=3222 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774546 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9488, fd=3254 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774570 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16720, fd=3969 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13922, fd=2593 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63662, fd=1593 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774608 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65160, fd=1764 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774668 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6214, fd=2139 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774757 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12162, fd=2487 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774789 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17858, fd=3677 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774793 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1150, fd=1722 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774905 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4300, fd=3756 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17304, fd=3655 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774944 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10480, fd=2401 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.774991 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7570, fd=2239 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775002 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65130, fd=1781 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775054 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9068, fd=3236 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775102 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15758, fd=3613 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775226 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54834, fd=652 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775228 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59774, fd=1264 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775245 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59392, fd=1253 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775329 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57574, fd=1053 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775400 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19282, fd=2987 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775487 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16936, fd=3964 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775488 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61854, fd=1202 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775495 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58342, fd=925 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775506 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58178, fd=935 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775519 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64580, fd=1582 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7706, fd=3309 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775602 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5714, fd=3785 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775711 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12958, fd=3481 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775792 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15600, fd=2782 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775801 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14118, fd=2669 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58852, fd=1009 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9490, fd=3340 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775834 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12598, fd=3520 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775861 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16114, fd=3604 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775863 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11946, fd=3339 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60170, fd=2606 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775916 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61886, fd=2740 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775924 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62398, fd=1616 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.775925 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5206, fd=2067 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776075 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61394, fd=1440 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776177 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63980, fd=3038 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16510, fd=3954 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59276, fd=997 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776349 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14530, fd=2802 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15048, fd=3588 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776538 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14802, fd=2726 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776588 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11528, fd=2399 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18416, fd=2989 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776682 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19584, fd=3698 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8160, fd=2202 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776899 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13354, fd=3539 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776910 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62930, fd=1520 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.776992 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55540, fd=732 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.777032 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3260, fd=3739 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.777250 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11306, fd=3422 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.777787 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:3862, fd=3180 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.777818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63970, fd=1636 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.777945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18378, fd=2938 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63512, fd=1430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778108 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10130, fd=3414 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778141 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59342, fd=990 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778220 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2722, fd=1926 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778227 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14350, fd=3568 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61290, fd=1314 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5930, fd=3793 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778276 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2960, fd=1866 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778359 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1314, fd=1910 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778499 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13562, fd=2618 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778652 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60212, fd=1167 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778657 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9704, fd=2361 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778788 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58274, fd=960 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778804 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13152, fd=3533 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778818 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61228, fd=1421 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778836 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:54778, fd=576 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778876 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2438, fd=3070 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778956 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17440, fd=2828 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.778983 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1746, fd=1727 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779031 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11030, fd=2416 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779070 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65402, fd=1778 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779088 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11836, fd=3488 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779210 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16818, fd=3974 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779233 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:58812, fd=1094 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779238 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:60768, fd=1377 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779260 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:5280, fd=2220 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779271 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4942, fd=3204 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779273 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15112, fd=3927 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779306 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12284, fd=2446 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779330 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:14002, fd=3521 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779335 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55496, fd=884 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779367 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6828, fd=2185 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779369 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6812, fd=2179 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779408 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4722, fd=1985 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779410 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17860, fd=2879 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779432 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:6656, fd=3183 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779496 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17768, fd=2894 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779497 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64922, fd=1829 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779537 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:2192, fd=3718 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779640 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7308, fd=3810 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779604 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62084, fd=2775 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12240, fd=2670 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779724 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57284, fd=778 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57276, fd=816 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779825 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:1288, fd=3085 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779840 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:13528, fd=3511 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779855 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59412, fd=1156 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779936 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18670, fd=2932 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.779965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12794, fd=3900 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780000 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:10950, fd=3874 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780016 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57802, fd=1066 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780028 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18398, fd=2944 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780060 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55278, fd=683 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780100 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9206, fd=2261 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780128 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4180, fd=1949 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780143 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56754, fd=718 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780176 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9304, fd=3245 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780263 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17192, fd=3970 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780270 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7882, fd=3246 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780288 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15906, fd=3940 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780376 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59930, fd=2583 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780384 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64742, fd=2936 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780390 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:55940, fd=661 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780491 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59822, fd=1271 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780504 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11376, fd=2439 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56804, fd=865 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780927 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:16694, fd=2914 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.780943 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57790, fd=980 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781093 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19340, fd=2997 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781154 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:56336, fd=871 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781224 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12762, fd=2535 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781379 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15518, fd=2777 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781401 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:19126, fd=2933 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781485 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:18078, fd=2889 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781532 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:62734, fd=1468 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781553 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:15156, fd=2833 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63286, fd=1534 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781741 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:64278, fd=3048 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.781949 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63680, fd=1621 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782035 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:17864, fd=2910 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782076 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11244, fd=2431 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782156 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:61086, fd=1351 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782372 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8066, fd=3253 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782403 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:63830, fd=1625 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782489 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:11650, fd=3430 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:65336, fd=1859 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782715 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:9478, fd=3382 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782794 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:59728, fd=1097 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782815 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:57606, fd=861 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.782887 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:7132, fd=2321 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:52.783744 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4828, fd=2037 (userver::v3_2_rc::engine::io::IoSystemError) diff --git a/site/static/logs/pipelined/512/userver.log b/site/static/logs/pipelined/512/userver.log index 3bb2b29ef..b9de28d28 100644 --- a/site/static/logs/pipelined/512/userver.log +++ b/site/static/logs/pipelined/512/userver.log @@ -1,25 +1,28 @@ -tskv timestamp=2026-06-08T08:29:41.666634 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4428, fd=299 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:41.666635 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4360, fd=293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:41.666635 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4384, fd=297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:41.666639 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4442, fd=300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:41.666649 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4376, fd=294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:41.666659 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4400, fd=296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:41.666853 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4414, fd=298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:41.666915 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:4366, fd=295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.944633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8456, fd=298 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.944633 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8444, fd=297 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.944649 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8478, fd=299 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.944658 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8416, fd=293 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.944681 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8432, fd=295 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.944702 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8422, fd=294 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.944699 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8434, fd=296 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.944769 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8466, fd=300 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:48.946620 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:8604, fd=312 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:56.227554 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12738, fd=292 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:56.227662 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12698, fd=286 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:56.227671 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12702, fd=288 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:56.227734 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12726, fd=290 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:56.227790 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12682, fd=285 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:56.227823 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12718, fd=289 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:56.228086 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12736, fd=287 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:29:56.228911 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:12744, fd=291 (userver::v3_1_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:09.564810 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42166, fd=321 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:09.564906 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42224, fd=325 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:09.564935 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42194, fd=324 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:09.565025 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42212, fd=328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:09.565145 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42252, fd=333 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:09.565164 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42254, fd=331 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:09.565184 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42138, fd=318 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:09.565190 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:42240, fd=329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:16.856813 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20876, fd=304 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:16.856873 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20928, fd=305 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:16.856924 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20954, fd=307 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:16.856942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20888, fd=303 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:16.856945 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20840, fd=298 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:16.856980 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20948, fd=308 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:16.857041 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20942, fd=306 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:16.857067 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:20914, fd=300 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141736 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37552, fd=333 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141755 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37536, fd=329 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141841 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37502, fd=327 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141880 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37516, fd=328 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141895 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37790, fd=391 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37876, fd=393 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141947 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37842, fd=354 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141942 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37538, fd=330 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.141965 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37484, fd=325 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.142019 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37812, fd=352 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.142050 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37548, fd=331 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:04:24.142198 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:37488, fd=326 (userver::v3_2_rc::engine::io::IoSystemError) diff --git a/site/static/logs/upload/256/userver.log b/site/static/logs/upload/256/userver.log index ed7853ea7..12c6cabae 100644 --- a/site/static/logs/upload/256/userver.log +++ b/site/static/logs/upload/256/userver.log @@ -1,2 +1,5 @@ -tskv timestamp=2026-06-08T08:34:07.894285 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:36048, fd=529 (userver::v3_1_rc::engine::io::IoSystemError) -tskv timestamp=2026-06-08T08:34:15.354743 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:32984, fd=330 (userver::v3_1_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:09:01.042528 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:27188, fd=455 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:09:01.065087 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:48776, fd=366 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:09:01.073549 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26386, fd=441 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:09:16.025057 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:29150, fd=360 (userver::v3_2_rc::engine::io::IoSystemError) +tskv timestamp=2026-07-02T09:09:16.025655 level=ERROR module=SendResponse ( userver/core/src/server/net/http1_connection.cpp:107 ) text=I/O error while sending data: Direction::PerformIo: Connection reset by peerError while SendAll to [::ffff:127.0.0.1]:26752, fd=544 (userver::v3_2_rc::engine::io::IoSystemError) From 74f1b1eff0afd79e2c6656f05a8e87ab4f2f1868 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Jul 2026 10:58:11 +0000 Subject: [PATCH 4/4] Benchmark results: userver json-tls --- site/data/api-16-1024.json | 24 +- site/data/api-4-256.json | 24 +- site/data/async-db-1024.json | 18 +- site/data/baseline-4096.json | 16 +- site/data/baseline-512.json | 16 +- site/data/json-4096.json | 18 +- site/data/json-comp-16384.json | 18 +- site/data/json-comp-4096.json | 18 +- site/data/json-comp-512.json | 18 +- site/data/json-tls-4096.json | 19 + site/data/limited-conn-4096.json | 18 +- site/data/limited-conn-512.json | 18 +- site/data/pipelined-4096.json | 14 +- site/data/pipelined-512.json | 14 +- site/data/static-1024.json | 14 +- site/data/static-4096.json | 14 +- site/data/static-6800.json | 12 +- site/data/upload-256.json | 18 +- site/static/logs/json-tls/4096/userver.log | 989 +++++++++++++++++++++ 19 files changed, 1154 insertions(+), 146 deletions(-) create mode 100644 site/static/logs/json-tls/4096/userver.log diff --git a/site/data/api-16-1024.json b/site/data/api-16-1024.json index e2d0f8824..a71f559c7 100644 --- a/site/data/api-16-1024.json +++ b/site/data/api-16-1024.json @@ -1430,28 +1430,28 @@ { "framework": "userver", "language": "C++", - "rps": 123138, - "avg_latency": "6.37ms", - "p99_latency": "32.70ms", - "cpu": "1793.4%", - "memory": "387MiB", + "rps": 53127, + "avg_latency": "17.67ms", + "p99_latency": "52.40ms", + "cpu": "1898.5%", + "memory": "316MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "628.31MB/s", - "input_bw": "6.93MB/s", - "reconnects": 369372, - "status_2xx": 1847079, + "bandwidth": "271.08MB/s", + "input_bw": "2.99MB/s", + "reconnects": 159110, + "status_2xx": 796914, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 692522, - "tpl_json": 693236, + "tpl_baseline": 298734, + "tpl_json": 299154, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 461317 + "tpl_async_db": 199026 }, { "framework": "uvicorn", diff --git a/site/data/api-4-256.json b/site/data/api-4-256.json index b3e7e69e1..c90322050 100644 --- a/site/data/api-4-256.json +++ b/site/data/api-4-256.json @@ -1430,28 +1430,28 @@ { "framework": "userver", "language": "C++", - "rps": 36727, - "avg_latency": "5.62ms", - "p99_latency": "47.60ms", - "cpu": "402.3%", - "memory": "207MiB", + "rps": 21689, + "avg_latency": "10.84ms", + "p99_latency": "79.90ms", + "cpu": "402.6%", + "memory": "192MiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "187.32MB/s", - "input_bw": "2.07MB/s", - "reconnects": 110177, - "status_2xx": 550913, + "bandwidth": "110.61MB/s", + "input_bw": "1.22MB/s", + "reconnects": 65069, + "status_2xx": 325348, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 206683, - "tpl_json": 206519, + "tpl_baseline": 122066, + "tpl_json": 122026, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 137711 + "tpl_async_db": 81256 }, { "framework": "uvicorn", diff --git a/site/data/async-db-1024.json b/site/data/async-db-1024.json index 86999a2f6..80585c10c 100644 --- a/site/data/async-db-1024.json +++ b/site/data/async-db-1024.json @@ -1200,19 +1200,19 @@ { "framework": "userver", "language": "C++", - "rps": 240730, - "avg_latency": "3.68ms", - "p99_latency": "11.50ms", - "cpu": "5662.5%", - "memory": "302MiB", + "rps": 238653, + "avg_latency": "3.75ms", + "p99_latency": "11.10ms", + "cpu": "5564.3%", + "memory": "301MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "928.01MB/s", - "input_bw": "16.07MB/s", - "reconnects": 96245, - "status_2xx": 2407308, + "bandwidth": "919.91MB/s", + "input_bw": "15.93MB/s", + "reconnects": 95488, + "status_2xx": 2386535, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-4096.json b/site/data/baseline-4096.json index 5a5f6290b..c084f9930 100644 --- a/site/data/baseline-4096.json +++ b/site/data/baseline-4096.json @@ -1692,19 +1692,19 @@ { "framework": "userver", "language": "C++", - "rps": 1023845, - "avg_latency": "4.00ms", - "p99_latency": "10.70ms", - "cpu": "6397.2%", - "memory": "440MiB", + "rps": 978241, + "avg_latency": "4.19ms", + "p99_latency": "13.40ms", + "cpu": "6153.4%", + "memory": "445MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "140.56MB/s", - "input_bw": "79.09MB/s", + "bandwidth": "134.31MB/s", + "input_bw": "75.57MB/s", "reconnects": 0, - "status_2xx": 5119226, + "status_2xx": 4891208, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-512.json b/site/data/baseline-512.json index d822090fd..d28dfcf7c 100644 --- a/site/data/baseline-512.json +++ b/site/data/baseline-512.json @@ -1692,19 +1692,19 @@ { "framework": "userver", "language": "C++", - "rps": 1013429, - "avg_latency": "504us", - "p99_latency": "3.56ms", - "cpu": "6462.3%", - "memory": "223MiB", + "rps": 602547, + "avg_latency": "852us", + "p99_latency": "3.42ms", + "cpu": "6004.9%", + "memory": "199MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "139.13MB/s", - "input_bw": "78.28MB/s", + "bandwidth": "82.73MB/s", + "input_bw": "46.55MB/s", "reconnects": 0, - "status_2xx": 5067145, + "status_2xx": 3012738, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-4096.json b/site/data/json-4096.json index ab04655d5..443d81147 100644 --- a/site/data/json-4096.json +++ b/site/data/json-4096.json @@ -1420,19 +1420,19 @@ { "framework": "userver", "language": "C++", - "rps": 660436, - "avg_latency": "5.87ms", - "p99_latency": "12.50ms", - "cpu": "6550.5%", - "memory": "557MiB", + "rps": 209552, + "avg_latency": "19.24ms", + "p99_latency": "41.00ms", + "cpu": "6403.9%", + "memory": "580MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.28GB/s", - "input_bw": "31.49MB/s", - "reconnects": 130759, - "status_2xx": 3302180, + "bandwidth": "742.10MB/s", + "input_bw": "9.99MB/s", + "reconnects": 40267, + "status_2xx": 1047762, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-16384.json b/site/data/json-comp-16384.json index 803e2d7a3..60bc74c0b 100644 --- a/site/data/json-comp-16384.json +++ b/site/data/json-comp-16384.json @@ -1162,19 +1162,19 @@ { "framework": "userver", "language": "C++", - "rps": 296534, - "avg_latency": "54.21ms", - "p99_latency": "205.90ms", - "cpu": "6275.8%", - "memory": "1.6GiB", + "rps": 107028, + "avg_latency": "148.57ms", + "p99_latency": "566.80ms", + "cpu": "6089.1%", + "memory": "1.4GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "402.74MB/s", - "input_bw": "22.06MB/s", - "reconnects": 51193, - "status_2xx": 1482671, + "bandwidth": "145.37MB/s", + "input_bw": "7.96MB/s", + "reconnects": 15747, + "status_2xx": 535140, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-4096.json b/site/data/json-comp-4096.json index 395029035..ae339304f 100644 --- a/site/data/json-comp-4096.json +++ b/site/data/json-comp-4096.json @@ -1162,19 +1162,19 @@ { "framework": "userver", "language": "C++", - "rps": 294876, - "avg_latency": "13.84ms", - "p99_latency": "29.00ms", - "cpu": "6576.3%", - "memory": "596MiB", + "rps": 107622, + "avg_latency": "38.06ms", + "p99_latency": "80.30ms", + "cpu": "6575.7%", + "memory": "546MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "400.53MB/s", - "input_bw": "21.93MB/s", - "reconnects": 57257, - "status_2xx": 1474384, + "bandwidth": "146.13MB/s", + "input_bw": "8.01MB/s", + "reconnects": 20454, + "status_2xx": 538112, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-512.json b/site/data/json-comp-512.json index 31b896655..b16db6a2a 100644 --- a/site/data/json-comp-512.json +++ b/site/data/json-comp-512.json @@ -1162,19 +1162,19 @@ { "framework": "userver", "language": "C++", - "rps": 301634, - "avg_latency": "1.69ms", - "p99_latency": "4.49ms", - "cpu": "6544.9%", - "memory": "257MiB", + "rps": 104248, + "avg_latency": "4.91ms", + "p99_latency": "11.00ms", + "cpu": "6490.2%", + "memory": "251MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "409.70MB/s", - "input_bw": "22.44MB/s", - "reconnects": 60265, - "status_2xx": 1508171, + "bandwidth": "141.58MB/s", + "input_bw": "7.75MB/s", + "reconnects": 20801, + "status_2xx": 521241, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-tls-4096.json b/site/data/json-tls-4096.json index 5369a9438..7ae9123d9 100644 --- a/site/data/json-tls-4096.json +++ b/site/data/json-tls-4096.json @@ -808,6 +808,25 @@ "status_4xx": 0, "status_5xx": 0 }, + { + "framework": "userver", + "language": "C++", + "rps": 553998, + "avg_latency": "7.79ms", + "p99_latency": "133.79ms", + "cpu": "6484.2%", + "memory": "670MiB", + "connections": 4096, + "threads": 64, + "duration": "5s", + "pipeline": 1, + "bandwidth": "1.91GB", + "reconnects": 0, + "status_2xx": 2825587, + "status_3xx": 0, + "status_4xx": 0, + "status_5xx": 0 + }, { "framework": "uvicorn", "language": "Python", diff --git a/site/data/limited-conn-4096.json b/site/data/limited-conn-4096.json index fc69975a4..d66503873 100644 --- a/site/data/limited-conn-4096.json +++ b/site/data/limited-conn-4096.json @@ -1692,19 +1692,19 @@ { "framework": "userver", "language": "C++", - "rps": 862744, - "avg_latency": "4.74ms", - "p99_latency": "12.90ms", - "cpu": "6164.9%", - "memory": "590MiB", + "rps": 850039, + "avg_latency": "4.81ms", + "p99_latency": "15.50ms", + "cpu": "6090.8%", + "memory": "578MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "118.45MB/s", - "input_bw": "66.64MB/s", - "reconnects": 430959, - "status_2xx": 4313722, + "bandwidth": "116.69MB/s", + "input_bw": "65.66MB/s", + "reconnects": 423697, + "status_2xx": 4250195, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-512.json b/site/data/limited-conn-512.json index 94802e8a4..ced86419a 100644 --- a/site/data/limited-conn-512.json +++ b/site/data/limited-conn-512.json @@ -1692,19 +1692,19 @@ { "framework": "userver", "language": "C++", - "rps": 833674, - "avg_latency": "605us", - "p99_latency": "3.81ms", - "cpu": "6194.6%", - "memory": "253MiB", + "rps": 701718, + "avg_latency": "720us", + "p99_latency": "3.98ms", + "cpu": "5875.4%", + "memory": "240MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "114.46MB/s", - "input_bw": "64.40MB/s", - "reconnects": 416850, - "status_2xx": 4168371, + "bandwidth": "96.34MB/s", + "input_bw": "54.21MB/s", + "reconnects": 350772, + "status_2xx": 3508594, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-4096.json b/site/data/pipelined-4096.json index e0ec2d803..9accbe49c 100644 --- a/site/data/pipelined-4096.json +++ b/site/data/pipelined-4096.json @@ -1636,18 +1636,18 @@ { "framework": "userver", "language": "C++", - "rps": 1313040, - "avg_latency": "49.65ms", - "p99_latency": "66.40ms", - "cpu": "6737.5%", - "memory": "873MiB", + "rps": 1341176, + "avg_latency": "48.74ms", + "p99_latency": "65.10ms", + "cpu": "6578.2%", + "memory": "898MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "180.27MB/s", + "bandwidth": "184.13MB/s", "reconnects": 0, - "status_2xx": 6565201, + "status_2xx": 6705883, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-512.json b/site/data/pipelined-512.json index 8f8a29789..1d1f6387c 100644 --- a/site/data/pipelined-512.json +++ b/site/data/pipelined-512.json @@ -1636,18 +1636,18 @@ { "framework": "userver", "language": "C++", - "rps": 1432437, - "avg_latency": "5.72ms", - "p99_latency": "9.21ms", - "cpu": "6697.5%", - "memory": "268MiB", + "rps": 1450332, + "avg_latency": "5.66ms", + "p99_latency": "9.20ms", + "cpu": "6642.5%", + "memory": "261MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "196.67MB/s", + "bandwidth": "199.12MB/s", "reconnects": 0, - "status_2xx": 7162188, + "status_2xx": 7251661, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-1024.json b/site/data/static-1024.json index dbfa5701a..561288fdc 100644 --- a/site/data/static-1024.json +++ b/site/data/static-1024.json @@ -1332,18 +1332,18 @@ { "framework": "userver", "language": "C++", - "rps": 163130, - "avg_latency": "6.29ms", - "p99_latency": "24.97ms", - "cpu": "6608.7%", - "memory": "440MiB", + "rps": 165314, + "avg_latency": "6.21ms", + "p99_latency": "6.21ms", + "cpu": "6593.7%", + "memory": "438MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "9.69GB", + "bandwidth": "9.82GB", "reconnects": 0, - "status_2xx": 831895, + "status_2xx": 843129, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-4096.json b/site/data/static-4096.json index f5ef3bfd5..6047cca3f 100644 --- a/site/data/static-4096.json +++ b/site/data/static-4096.json @@ -1332,18 +1332,18 @@ { "framework": "userver", "language": "C++", - "rps": 186922, - "avg_latency": "21.96ms", - "p99_latency": "89.45ms", - "cpu": "6560.8%", - "memory": "930MiB", + "rps": 188463, + "avg_latency": "21.77ms", + "p99_latency": "21.77ms", + "cpu": "6563.2%", + "memory": "931MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "11.10GB", + "bandwidth": "11.20GB", "reconnects": 0, - "status_2xx": 953366, + "status_2xx": 961180, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-6800.json b/site/data/static-6800.json index 8a46e54df..e1c70e79a 100644 --- a/site/data/static-6800.json +++ b/site/data/static-6800.json @@ -1332,18 +1332,18 @@ { "framework": "userver", "language": "C++", - "rps": 192268, - "avg_latency": "35.89ms", - "p99_latency": "235.88ms", - "cpu": "6410.8%", + "rps": 194260, + "avg_latency": "35.98ms", + "p99_latency": "35.98ms", + "cpu": "6569.8%", "memory": "1.3GiB", "connections": 6800, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "11.42GB", + "bandwidth": "11.54GB", "reconnects": 0, - "status_2xx": 980323, + "status_2xx": 990853, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-256.json b/site/data/upload-256.json index 4cb38b7a4..e005db2ce 100644 --- a/site/data/upload-256.json +++ b/site/data/upload-256.json @@ -1281,19 +1281,19 @@ { "framework": "userver", "language": "C++", - "rps": 632, - "avg_latency": "376.16ms", - "p99_latency": "1.11s", - "cpu": "6735.6%", - "memory": "4.0GiB", + "rps": 623, + "avg_latency": "382.98ms", + "p99_latency": "1.09s", + "cpu": "6628.9%", + "memory": "3.9GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "92.45KB/s", - "input_bw": "5.01GB/s", - "reconnects": 560, - "status_2xx": 3171, + "bandwidth": "91.07KB/s", + "input_bw": "4.94GB/s", + "reconnects": 535, + "status_2xx": 3125, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/static/logs/json-tls/4096/userver.log b/site/static/logs/json-tls/4096/userver.log new file mode 100644 index 000000000..30cefeceb --- /dev/null +++ b/site/static/logs/json-tls/4096/userver.log @@ -0,0 +1,989 @@ +tskv timestamp=2026-07-02T10:57:46.348774 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4125: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349304 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4097: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349356 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3898: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349469 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3896: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349499 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4264: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349513 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3894: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349554 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4085: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349581 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4336: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349592 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3886: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349620 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3816: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349640 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3815: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349643 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4081: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349662 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4079: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349672 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3884: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349757 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4332: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349775 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3814: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349782 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4345: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349833 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4075: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.349921 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4117: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350003 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3887: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350027 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4338: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350134 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3807: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.354608 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3708: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350300 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3883: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350329 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3804: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350434 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3871: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350461 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3802: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350479 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3801: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350571 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4333: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350560 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4094: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350641 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4092: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350625 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3798: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350643 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3873: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350679 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4331: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350771 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4310: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350781 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3860: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350848 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4307: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350862 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3854: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.350921 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4207: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351042 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4080: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351050 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3861: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351073 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4078: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351083 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4326: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351145 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4298: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351191 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4293: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351490 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4188: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351533 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4181: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351631 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4295: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351715 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4290: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351768 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4279: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351925 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4152: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.351999 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4043: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.352069 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4055: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.352290 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4262: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.352485 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4038: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.352236 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3842: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.352605 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4278: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.352678 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3829: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.352797 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4019: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.354134 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3772: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.354360 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3705: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.355060 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4172: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.355235 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3642: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.355458 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3693: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.355751 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3948: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.356457 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3685: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.356815 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4121: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.356925 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3680: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.357070 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3921: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.357130 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3603: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.357382 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3585: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.357481 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3635: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.358156 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3554: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.359956 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3133: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.361357 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2478: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.361495 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3108: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.361615 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2787: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.361665 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2850: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.361700 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2849: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.362241 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2465: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.362444 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2779: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.362782 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3022: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.363517 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2440: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.364641 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3420: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.368595 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2968: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.370289 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2310: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.370992 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2614: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.373055 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2600: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.373153 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2166: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.373998 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2154: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.375504 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3187: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.377140 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2050: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.378004 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2035: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.378589 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1864: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.378828 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1967: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.380252 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1952: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.380950 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1776: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.384022 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1365: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.386539 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1147: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.386634 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1133: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.386847 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1258: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.386940 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1272: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387021 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1085: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387138 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1127: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387149 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1285: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387167 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1121: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387247 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1113: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387265 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1122: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387348 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1230: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387456 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1115: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387558 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1109: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387849 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1111: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387915 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1058: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387942 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1091: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.387960 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1207: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388016 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1253: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388087 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1198: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388152 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1191: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388190 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1104: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388278 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1056: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388321 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1053: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388331 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1205: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388339 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1218: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388359 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1072: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388368 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1078: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388381 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1068: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388403 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1197: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388453 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1208: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388467 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1063: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388506 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1051: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.388870 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1179: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389404 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1033: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389430 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1030: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389444 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1161: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389452 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1027: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389469 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1223: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389532 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 958: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389576 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1160: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389585 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 975: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389800 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1157: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389830 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 950: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389830 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1156: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389884 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1203: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389887 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 959: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.389946 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1001: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390022 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 969: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390083 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1154: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390112 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 993: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390172 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1015: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390408 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 965: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390449 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1002: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390487 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 963: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390524 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 981: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390631 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 937: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390667 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 934: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390897 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 914: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390912 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 917: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.390983 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 923: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391024 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 910: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391023 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 913: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391135 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 895: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391150 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 896: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391244 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 888: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391245 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 890: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391274 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 891: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391316 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 884: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391361 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 877: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391512 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 865: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391629 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 866: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391755 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 864: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391808 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 840: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391854 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 838: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.391881 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 835: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392094 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 824: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392128 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 821: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392277 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 810: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392311 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 806: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392372 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 799: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392407 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 800: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392453 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 796: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392549 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 787: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392620 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 784: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392701 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 777: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392701 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 772: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392762 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 776: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392902 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 750: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.392963 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 753: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393097 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 729: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393160 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 696: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393290 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 707: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393329 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 717: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393362 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 742: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393479 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 759: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393547 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 701: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393566 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 691: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393845 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 730: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393931 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 688: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393953 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 680: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.393985 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 679: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394058 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 683: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394113 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 674: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394423 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 660: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394501 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 656: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394551 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 655: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394558 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 633: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394678 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 627: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394689 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 631: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394796 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 618: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394799 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 650: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394807 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 609: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394815 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 614: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394889 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 611: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.394939 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 605: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395055 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 586: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395106 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 590: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395184 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 592: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395186 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 583: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395261 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 589: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395263 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 578: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395311 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 573: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395434 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 560: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395471 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 552: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395515 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 563: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395522 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 571: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395592 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 551: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395665 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 544: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.395686 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 553: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.396059 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 510: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.396301 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 507: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.396423 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 489: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.396596 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 476: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.396783 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 466: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.396885 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 462: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.396902 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 454: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.396930 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 447: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397000 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 446: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397059 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 440: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397117 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 434: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397269 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 426: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397433 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 410: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397506 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 400: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397813 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 382: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397900 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 377: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.397939 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 367: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.398022 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 372: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.398070 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 359: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.398127 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 353: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.398164 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 354: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.398200 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 349: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.398218 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 346: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:46.398329 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 337: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.708759 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4352: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.709072 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4321: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.710465 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4312: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.710475 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3818: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.710549 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3650: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.710650 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4305: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.710850 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3646: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.710876 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3644: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711053 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4281: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711144 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3806: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711161 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4157: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711254 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4179: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711323 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3637: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711333 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3801: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711409 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3861: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711473 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3860: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711524 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3804: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711537 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3635: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711560 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4171: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711584 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3794: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711650 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4155: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711652 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3800: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711662 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3858: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711676 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4276: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711727 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3796: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711743 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4274: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711768 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3632: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711794 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3856: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711877 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3792: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711935 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4280: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711935 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4152: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.711983 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3788: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712081 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4164: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712154 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4150: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712170 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4260: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712196 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3629: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712212 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4148: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712215 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4278: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712242 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4258: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712306 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4143: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712398 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4256: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712536 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4156: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712559 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3776: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712630 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3773: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712661 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3848: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712668 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4142: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712748 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3551: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712813 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4261: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712825 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3548: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712865 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3621: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712881 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3767: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712884 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4141: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712904 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3547: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712921 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4139: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.712966 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3765: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713027 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3620: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713058 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3545: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713117 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3619: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713246 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4129: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713263 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3770: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713285 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3541: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713293 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4253: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713359 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3761: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713376 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4249: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713459 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3759: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713464 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4245: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713498 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4246: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713519 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4243: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713518 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3755: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713530 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3762: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713557 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4241: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713568 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3615: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713617 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4123: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713622 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4121: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713668 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3614: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713820 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4234: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713857 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4231: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713955 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3748: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.713966 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3745: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714043 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4235: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714082 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4227: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714124 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3535: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714131 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3743: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714213 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4124: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714238 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3749: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714258 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3532: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714262 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3738: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714279 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4122: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714331 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4230: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714388 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3737: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714409 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3608: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714417 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3735: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714440 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4118: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714465 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4224: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714517 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4115: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714577 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4223: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714622 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4103: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714678 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4221: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714747 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4108: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714784 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4222: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714827 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3739: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714870 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3736: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714898 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4217: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714910 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3525: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714910 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4109: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714926 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3729: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714949 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3731: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714961 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3727: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.714987 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3725: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715007 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4215: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715019 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3524: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715067 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3726: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715119 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3602: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715150 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3723: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715164 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3722: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715196 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3521: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715195 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3601: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715211 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3720: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715220 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4097: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715234 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4090: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715243 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3454: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715247 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4095: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715273 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4093: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715310 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3600: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715330 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4088: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715360 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3519: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715433 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3597: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715464 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3449: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715474 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3448: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715496 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4086: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715524 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4087: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715570 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3446: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715599 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3707: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715632 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3594: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715684 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4084: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715717 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3517: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715775 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3593: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715787 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3703: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715802 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3515: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715912 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3514: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715930 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3445: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715935 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3591: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715972 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3511: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.715985 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3699: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716025 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3444: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716043 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3692: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716077 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4073: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716100 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3442: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716137 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3590: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716238 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4069: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716245 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3438: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716276 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4064: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716298 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4066: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716298 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3691: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716302 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3436: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716322 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3435: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716358 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3706: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716356 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3687: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716382 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4062: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716417 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3685: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716417 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3509: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716452 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4057: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716453 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3702: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716490 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3704: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716492 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3700: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716504 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3682: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716506 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3683: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716554 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3698: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716583 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3434: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716845 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3584: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716880 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4061: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716880 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4063: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716904 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4059: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716916 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4051: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716955 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4049: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.716986 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3690: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717017 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3582: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717060 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3581: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717096 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3686: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717105 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4054: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717122 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3503: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717159 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3684: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717186 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3502: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717204 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3432: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717239 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3500: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717295 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3681: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717331 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3679: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717368 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4052: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717388 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4048: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717388 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4050: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717414 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4046: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717425 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3498: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717500 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3677: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717514 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3404: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717524 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4039: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717542 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3675: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717600 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3427: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717603 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3673: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717616 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4037: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717651 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3494: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717676 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3493: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717689 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3668: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717752 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3578: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717764 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3403: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717788 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3576: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717809 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4038: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717818 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3402: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717820 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3491: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717835 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4036: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717886 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3426: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717901 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3490: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717924 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3401: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717953 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3667: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717973 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3412: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.717978 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3413: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718016 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4027: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718049 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3409: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718054 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4025: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718112 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3424: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718151 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4032: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718196 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3573: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718209 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3572: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718278 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4019: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718313 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3342: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718340 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4015: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718341 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4013: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718413 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4026: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718435 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3568: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718443 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3569: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718470 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3567: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718532 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3398: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718540 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3397: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718567 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4009: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718586 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3317: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718593 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3396: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718694 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3566: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718717 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3315: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718726 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3338: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718749 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4010: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718752 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4012: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718820 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3485: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718873 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3393: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718941 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3391: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718945 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3390: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718948 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3335: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.718979 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3313: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719015 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3389: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719026 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3484: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719195 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3560: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719203 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3333: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719213 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3561: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719231 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3386: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719246 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4002: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719260 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3558: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719280 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3997: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719324 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3556: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719397 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3481: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719411 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3270: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719438 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3993: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719449 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3385: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719522 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3992: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719603 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3480: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719624 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3987: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719629 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3989: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719673 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3382: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719792 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3309: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719801 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3553: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719820 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3981: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719848 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3323: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719971 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3476: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.719994 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3379: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720045 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3320: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720096 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3247: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720131 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3473: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720158 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3260: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720259 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3984: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720345 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3980: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720365 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3257: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720469 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3221: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720494 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3220: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720529 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3301: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720630 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3962: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720640 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3254: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720715 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3252: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720850 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3298: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720872 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3297: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720874 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3464: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720911 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3249: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720932 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3463: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.720965 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3241: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721030 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3295: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721061 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3369: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721096 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3367: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721132 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3215: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721205 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3365: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721229 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3213: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721257 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3461: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721293 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3361: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721341 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3239: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721344 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3965: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721452 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3237: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721477 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3959: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721493 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3961: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721511 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3957: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721746 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3359: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.721774 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3945: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.722280 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3350: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.722428 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3933: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.723647 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3146: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.724352 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3040: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.724539 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3134: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.725507 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3006: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.726035 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3100: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.728452 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2902: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.728821 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2642: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.730013 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2431: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.730089 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2704: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.730185 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2429: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.730213 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2924: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.730480 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2505: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.730530 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2597: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.730869 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2426: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.734425 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2848: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.735351 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2240: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.735394 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2277: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.735645 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2820: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.735797 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2217: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.735940 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2230: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.737850 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1986: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.738524 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1490: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.740321 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1705: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.741415 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1662: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.741538 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1646: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.742660 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1598: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.743356 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1581: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.749223 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1171: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.750924 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1033: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.752159 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 924: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.752463 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 899: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.752682 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 885: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.753091 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 854: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.753695 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 793: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.753918 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 776: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.754561 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 721: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.755665 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 632: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.756552 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 552: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.757364 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 509: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.757596 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 489: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.758192 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 451: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.758240 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 445: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.758382 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 439: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.758466 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 436: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.758509 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 433: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.758690 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 416: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.758784 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 408: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.758838 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 404: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.759144 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 381: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.759206 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 377: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.759670 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 340: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.759800 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 334: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.759868 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 327: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.759902 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 323: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.759970 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 317: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.760157 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 301: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:57:53.760286 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 292: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.086547 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3896: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.089577 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3819: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.089670 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4281: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.090280 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3591: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091493 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3575: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091534 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3574: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091547 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3631: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091593 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4236: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091608 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3945: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091659 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3942: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091728 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3941: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091829 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3627: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091869 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4226: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091913 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4224: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091926 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3940: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091968 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3570: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.091985 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3780: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092048 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3948: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092060 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3623: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092088 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3621: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092103 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3620: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092139 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3936: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092194 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3778: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092220 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3720: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092222 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4220: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092302 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3718: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092398 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3935: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092481 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4216: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092511 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3568: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092526 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3713: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092700 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3552: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092768 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4212: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092771 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3550: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092811 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4210: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092865 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3566: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092891 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3703: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092914 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3548: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092915 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3508: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.092945 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3771: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093169 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3699: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093268 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3696: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093318 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3612: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093456 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4195: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093475 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3693: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093495 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3502: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093515 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4190: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093539 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3691: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093556 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3609: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093560 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3501: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093629 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3544: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093647 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3557: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093782 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4185: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093800 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3543: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093968 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3499: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093985 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4184: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.093995 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3556: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094064 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4181: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094103 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3496: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094159 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3685: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094172 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3555: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094188 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3495: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094282 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3554: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094395 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3494: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094460 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3682: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094506 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3491: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094514 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4172: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094559 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3490: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094586 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3680: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094619 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3536: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094694 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3379: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094702 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4160: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094794 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4156: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094894 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4154: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.094962 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3376: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095013 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3485: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095113 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4148: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095136 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3482: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095188 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3421: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095287 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3374: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095359 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4142: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095372 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3477: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095544 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3475: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095589 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3474: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095664 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4135: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095668 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3370: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095863 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3366: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.095945 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3364: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096166 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4130: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096181 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3308: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096201 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3259: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096299 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3416: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096452 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3255: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096475 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3517: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096527 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4124: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096565 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3459: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096620 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3411: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096641 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3410: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096823 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3355: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.096921 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3252: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.097230 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3250: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.097520 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3247: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.097561 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3245: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.097858 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3340: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.098127 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3287: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.098188 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 4094: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.100401 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3212: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.100785 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3073: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.100871 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3113: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.101170 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3134: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.101444 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3082: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.101583 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 3100: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.102407 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2992: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.103247 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2944: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.103821 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2895: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.104769 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2845: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.104900 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2566: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.106396 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2497: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.107110 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2661: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.108700 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2386: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.108764 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2428: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.110053 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2425: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.110197 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2665: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.111276 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2385: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.112624 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2216: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.113383 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1942: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.113800 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1959: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.114047 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1913: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.115276 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1763: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.116594 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2098: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.117263 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1790: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.120008 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 2042: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.120085 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1502: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.122603 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1988: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.122663 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1777: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.124477 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1270: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.124547 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1268: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.124555 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1263: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.124595 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1259: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.124737 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1254: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.124969 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1237: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125050 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1231: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125070 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1224: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125196 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1213: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125206 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1210: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125236 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1211: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125349 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1226: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125521 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1192: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125522 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1197: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125621 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1190: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125728 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1171: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125780 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1169: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125802 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1159: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125920 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1156: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.125952 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1153: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126055 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1143: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126069 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1148: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126106 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1134: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126110 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1141: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126231 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1126: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126254 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1131: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126442 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1113: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126463 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1111: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126497 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1110: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126531 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1104: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126699 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1094: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126745 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1101: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126842 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1080: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126884 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1084: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.126998 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1070: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127002 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1069: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127128 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1064: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127173 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1062: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127216 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1050: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127263 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1045: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127287 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1046: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127363 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1040: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127374 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1038: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127394 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1033: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127453 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1029: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127482 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1026: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127492 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1027: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127551 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1024: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127633 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1018: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127661 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1015: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127741 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1011: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127818 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1007: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127839 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 999: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127872 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 993: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127897 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 1003: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.127962 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 995: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128043 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 992: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128054 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 991: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128062 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 980: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128134 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 978: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128171 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 969: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128215 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 971: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128269 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 955: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128279 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 970: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128386 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 952: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128478 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 957: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128585 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 940: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128628 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 937: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128639 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 942: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128701 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 926: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128724 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 930: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128803 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 916: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128870 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 911: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128968 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 912: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.128986 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 902: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129014 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 898: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129027 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 899: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129032 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 907: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129167 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 917: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129232 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 879: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129241 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 875: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129372 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 878: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129441 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 874: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129461 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 866: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129503 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 851: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129558 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 849: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129575 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 852: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129582 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 865: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129570 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 855: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129731 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 843: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129732 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 876: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129785 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 836: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129789 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 871: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129857 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 831: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129888 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 857: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.129905 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 822: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130011 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 824: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130062 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 819: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130151 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 809: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130211 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 804: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130231 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 806: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130240 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 795: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130256 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 801: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130275 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 800: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130306 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 794: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130339 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 798: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130347 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 791: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130425 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 793: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130451 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 782: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130516 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 781: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130536 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 779: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130557 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 773: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130575 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 774: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130657 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 769: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.130697 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 771: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131145 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 764: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131199 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 758: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131206 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 760: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131262 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 757: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131311 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 749: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131345 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 747: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131353 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 748: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131359 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 745: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131375 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 744: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131482 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 742: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131502 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 732: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131528 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 730: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131536 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 734: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131537 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 731: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131654 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 726: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131711 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 720: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131732 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 715: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131738 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 714: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131745 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 719: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131769 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 717: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131771 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 713: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131794 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 716: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131806 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 712: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131834 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 708: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131873 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 704: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131886 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 705: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131910 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 703: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.131977 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 699: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132032 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 691: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132040 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 694: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132057 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 692: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132090 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 686: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132106 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 685: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132261 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 678: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132263 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 673: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132279 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 689: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132280 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 664: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132300 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 663: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132303 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 665: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132340 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 676: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132397 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 661: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132424 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 658: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132451 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 660: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132480 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 649: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132525 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 648: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132590 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 657: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132599 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 650: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132687 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 641: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132735 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 635: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132756 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 633: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132813 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 627: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132815 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 629: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132845 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 625: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132881 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 622: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132894 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 621: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132936 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 618: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.132993 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 614: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133085 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 607: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133102 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 605: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133128 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 599: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133128 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 596: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133186 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 601: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133262 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 591: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133299 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 593: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133414 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 580: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133641 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 563: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133698 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 558: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133719 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 556: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133780 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 548: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133833 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 546: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133860 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 543: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133884 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 539: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133949 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 541: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.133990 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 503: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134050 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 532: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134056 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 534: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134152 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 519: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134197 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 517: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134220 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 494: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134223 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 516: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134318 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 493: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134373 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 525: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134387 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 489: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134426 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 487: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134463 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 524: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134470 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 482: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134559 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 483: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134570 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 478: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134740 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 472: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134753 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 467: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134823 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 507: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134859 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 465: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134887 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 466: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134918 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 457: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134969 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 455: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.134993 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 450: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135024 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 448: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135071 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 456: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135068 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 452: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135128 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 443: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135162 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 449: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135171 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 442: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135214 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 439: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135235 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 433: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135257 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 434: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135339 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 428: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135341 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 425: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135359 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 421: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135403 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 414: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135445 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 420: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135537 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 410: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135593 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 405: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135631 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 406: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135870 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 411: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.135996 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 390: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136059 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 386: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136097 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 381: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136134 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 377: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136200 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 374: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136462 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 362: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136505 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 357: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136603 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 350: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136672 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 343: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException) +tskv timestamp=2026-07-02T10:58:01.136768 level=ERROR module=TryParseRequests ( userver/core/src/server/net/connection_base.cpp:82 ) text=Error while receiving from peer ::ffff:127.0.0.1 on fd 335: WaitReadable failed (userver::v3_2_rc::engine::io::TlsException)