<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/network/sock_ut.cpp, branch CLI_2.19.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.19.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.19.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-09-05T17:17:10Z</updated>
<entry>
<title>FixNamespaceComments in /util</title>
<updated>2024-09-05T17:17:10Z</updated>
<author>
<name>dmasloff</name>
<email>dmasloff@yandex-team.com</email>
</author>
<published>2024-09-05T17:05:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=74184a40c15dc0649a769d9754d0ce7efb44db04'/>
<id>urn:sha1:74184a40c15dc0649a769d9754d0ce7efb44db04</id>
<content type='text'>
FixNamespaceComments in /util
bb9152570d7c258798644ead5a59f604de05ef3b
</content>
</entry>
<entry>
<title>[http/client] Support unix domain sockets as a backend</title>
<updated>2022-08-26T07:45:09Z</updated>
<author>
<name>ivanzhukov</name>
<email>ivanzhukov@ydb.tech</email>
</author>
<published>2022-08-26T07:45:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=89cae858a59ecae5378edcd229962b6d1be5e5f8'/>
<id>urn:sha1:89cae858a59ecae5378edcd229962b6d1be5e5f8</id>
<content type='text'>
Предыдущий заход: https://a.yandex-team.ru/review/2811077/details#comment--4489184

После изменений можно будет обращаться к HTTP серверу, слушающему на unix domain socket. Пример такого сервера:
```js
require('http').createServer((req, res) =&gt; {
    console.log(req);

    res.writeHead(200, {'Content-Type': 'application/json'});
    res.end(JSON.stringify({
        'metrics': [
            {
                'labels': {
                    'name': 'metric',
                    'some_key': 'some_value'
                },
                'type': 'GAUGE',
                'value': 123
            }
        ]
    }, null, 4));
})
.listen('/home/ivanzhukov/test_ua/ua.sock');
// вместо .listen(7777);
```</content>
</entry>
<entry>
<title>Restoring authorship annotation for Alexey Salmin &lt;alexey.salmin@gmail.com&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:49:37Z</updated>
<author>
<name>Alexey Salmin</name>
<email>alexey.salmin@gmail.com</email>
</author>
<published>2022-02-10T13:49:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=71af077a5dfe7e9f932a508422c2dac81a57ebc0'/>
<id>urn:sha1:71af077a5dfe7e9f932a508422c2dac81a57ebc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for Alexey Salmin &lt;alexey.salmin@gmail.com&gt;. Commit 1 of 2.</title>
<updated>2022-02-10T13:49:37Z</updated>
<author>
<name>Alexey Salmin</name>
<email>alexey.salmin@gmail.com</email>
</author>
<published>2022-02-10T13:49:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3c5b1607b38f637d2f3313791ed25c2e080d2647'/>
<id>urn:sha1:3c5b1607b38f637d2f3313791ed25c2e080d2647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for Andrey Fomichev &lt;andrey.fomichev@gmail.com&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:49:15Z</updated>
<author>
<name>Andrey Fomichev</name>
<email>andrey.fomichev@gmail.com</email>
</author>
<published>2022-02-10T13:49:15Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1c61afbf3db63940d05e6fefa3104b03457788a1'/>
<id>urn:sha1:1c61afbf3db63940d05e6fefa3104b03457788a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for Andrey Fomichev &lt;andrey.fomichev@gmail.com&gt;. Commit 1 of 2.</title>
<updated>2022-02-10T13:49:12Z</updated>
<author>
<name>Andrey Fomichev</name>
<email>andrey.fomichev@gmail.com</email>
</author>
<published>2022-02-10T13:49:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e542cc14db4240643a06bb0dde87ecf361f101ab'/>
<id>urn:sha1:e542cc14db4240643a06bb0dde87ecf361f101ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;rdna@yandex-team.ru&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:48:05Z</updated>
<author>
<name>rdna</name>
<email>rdna@yandex-team.ru</email>
</author>
<published>2022-02-10T13:48:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=37a2795395ba606e239b750ff2afb17905274ec4'/>
<id>urn:sha1:37a2795395ba606e239b750ff2afb17905274ec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;rdna@yandex-team.ru&gt;. Commit 1 of 2.</title>
<updated>2022-02-10T13:48:05Z</updated>
<author>
<name>rdna</name>
<email>rdna@yandex-team.ru</email>
</author>
<published>2022-02-10T13:48:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7804d69d166cc162c0be19dafd698a6ad7e42b25'/>
<id>urn:sha1:7804d69d166cc162c0be19dafd698a6ad7e42b25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;yazevnul@yandex-team.ru&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:46:48Z</updated>
<author>
<name>yazevnul</name>
<email>yazevnul@yandex-team.ru</email>
</author>
<published>2022-02-10T13:46:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9abfb1a53b7f7b791444d1378e645d8fad9b06ed'/>
<id>urn:sha1:9abfb1a53b7f7b791444d1378e645d8fad9b06ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;yazevnul@yandex-team.ru&gt;. Commit 1 of 2.</title>
<updated>2022-02-10T13:46:46Z</updated>
<author>
<name>yazevnul</name>
<email>yazevnul@yandex-team.ru</email>
</author>
<published>2022-02-10T13:46:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8cbc307de0221f84c80c42dcbe07d40727537e2c'/>
<id>urn:sha1:8cbc307de0221f84c80c42dcbe07d40727537e2c</id>
<content type='text'>
</content>
</entry>
</feed>
