<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/http, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-04-10T06:58:15Z</updated>
<entry>
<title>typed timestamp</title>
<updated>2026-04-10T06:58:15Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2026-04-10T06:23:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=460d0e3e8e47506d930befdac11161a613482765'/>
<id>urn:sha1:460d0e3e8e47506d930befdac11161a613482765</id>
<content type='text'>
commit_hash:4821db4ea5b9e016f8c478cb6a7a1ea63b1bc326
</content>
</entry>
<entry>
<title>Fix http client cancel after request finished</title>
<updated>2025-07-15T17:07:45Z</updated>
<author>
<name>jolex007</name>
<email>jolex007@yandex-team.com</email>
</author>
<published>2025-07-15T16:40:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=728e0eaef4dc1f1152d2c3a4cc1bbdf597f3ef3d'/>
<id>urn:sha1:728e0eaef4dc1f1152d2c3a4cc1bbdf597f3ef3d</id>
<content type='text'>
У меня падает в этом месте - &lt;https://nda.ya.ru/t/rfmGIXUs7GUqUV&gt; при таком кейсе

1. Запрос завершился успешно
2. Выполняю операцию Cancel() для токена

Если я правильно понял, то падает при обращении к висячему указателю. Видимо проблема в захвате по ссылке - после выхода из функции cancellationEndEvent подыхает
commit_hash:10dd8d3d311e85e6018e8f0ff40806ab82eabbd4
</content>
</entry>
<entry>
<title>library/cpp/http/io: remove legacy_zstd06 codec dependency</title>
<updated>2025-07-11T08:26:33Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2025-07-11T08:08:14Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d872a348637e28f06e0f0624cc4aa24f7039e399'/>
<id>urn:sha1:d872a348637e28f06e0f0624cc4aa24f7039e399</id>
<content type='text'>
KIKIMR-23622

It is safe not to link the zstd06 codec, because its usage is explicitly prohibited.
commit_hash:443a7edeb4ace1e415ac0c4e4f8cb43fd3ffb020
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-07-10T23:40:10Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-07-10T23:02:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8fb6e60d232c49001955d45f6dd32e0f0762a9be'/>
<id>urn:sha1:8fb6e60d232c49001955d45f6dd32e0f0762a9be</id>
<content type='text'>
commit_hash:43c66f510beeec339a66acbf9a0e0d62c6677690
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-06-30T20:58:49Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-06-30T20:47:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0f9af21d79ab2c6eabda6340e6c1fec3c5c0f50e'/>
<id>urn:sha1:0f9af21d79ab2c6eabda6340e6c1fec3c5c0f50e</id>
<content type='text'>
commit_hash:672b9b97b829c09410438975aaa9f4b100010457
</content>
</entry>
<entry>
<title>Fixed time waits</title>
<updated>2025-05-27T16:29:11Z</updated>
<author>
<name>jolex007</name>
<email>jolex007@yandex-team.com</email>
</author>
<published>2025-05-27T15:54:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b4ff97c0d50822d1c9164bf623326539e433d9fd'/>
<id>urn:sha1:b4ff97c0d50822d1c9164bf623326539e433d9fd</id>
<content type='text'>
ПР про избавление от застревающих портов в состоянии TIME\_WAIT
Этот клиент используется в universal\_fetcher-е, который в свою очередь используется для скачивания резалтов с distbuild-а. Соотвественно так как он качает слишком быстро, то на хосте заканчивается кол-во эфемерных портов (потому что порты после закрытых соединений остаются в состоянии TIME\_WAIT). Эту проблему можно решить, если дожидаться закрытия соединения со стороны сервера.

В этом ПР-е сделан карантин connection-ов, который позволяет асинхронно дожидаться закрытия со стороны сервера
commit_hash:80ac8208e4efa8bc9eccbcfe20869899d8e11c5a
</content>
</entry>
<entry>
<title>Add Body to report</title>
<updated>2025-03-31T18:54:42Z</updated>
<author>
<name>anterpin</name>
<email>anterpin@yandex-team.com</email>
</author>
<published>2025-03-31T18:42:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2d512f78c593c3f4573742129c281d0fc5479de0'/>
<id>urn:sha1:2d512f78c593c3f4573742129c281d0fc5479de0</id>
<content type='text'>
Add test

Add body to reqenv
commit_hash:222fa588fa7d7a7f65869bd997d32610e78b7378
</content>
</entry>
<entry>
<title>support out headers for http simple</title>
<updated>2025-03-03T08:01:11Z</updated>
<author>
<name>kuzmich321</name>
<email>kuzmich321@yandex-team.com</email>
</author>
<published>2025-03-03T07:17:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2382dad688fcbcefda992478dd0e8fb5a94f1d66'/>
<id>urn:sha1:2382dad688fcbcefda992478dd0e8fb5a94f1d66</id>
<content type='text'>
commit_hash:cfe9165ddad260bd29afd422967a26259367dcc7
</content>
</entry>
<entry>
<title>return/make useful coordinator_new TestFetchGraphCancel</title>
<updated>2025-02-28T08:28:36Z</updated>
<author>
<name>and42</name>
<email>and42@yandex-team.com</email>
</author>
<published>2025-02-28T07:29:14Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b0a2365a3ba58c8b1c2ef256d2e061662b2b5900'/>
<id>urn:sha1:b0a2365a3ba58c8b1c2ef256d2e061662b2b5900</id>
<content type='text'>
commit_hash:4721e3d84bd7a730a2fc5be4d0e42da14ef16c40
</content>
</entry>
<entry>
<title>Fix cancellation in unifetcher</title>
<updated>2025-02-27T09:48:28Z</updated>
<author>
<name>jolex007</name>
<email>jolex007@yandex-team.com</email>
</author>
<published>2025-02-27T09:33:07Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=08e7cde56ecd933346be66e2d41418a6ea0a0ab3'/>
<id>urn:sha1:08e7cde56ecd933346be66e2d41418a6ea0a0ab3</id>
<content type='text'>
commit_hash:909fa7aadbf673448dbc709b19d2088963b40404
</content>
</entry>
</feed>
