Alexey Dyumin

Results 8 issues of Alexey Dyumin

- [ ] This change has been discussed with the author. - [ ] It implements / fixes issue #. --- **Description:**

System: ``` Ubuntu 22.04.3 LTS Linux tnb 6.2.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct 6 10:23:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ``` Steps to reproduce: - run agent: - ```curl...

Currently nghttp2_session instance holds references to nghttp2_rcbuf after nghttp2_on_header_callback2 is finished making it impossible to call nghttp2_rcbuf_decref on other threads

Stale

Please consider using MSG_NOSIGNAL send() option ``` MSG_NOSIGNAL (since Linux 2.2) Don't generate a SIGPIPE signal if the peer on a stream-oriented socket has closed the connection. The EPIPE error...

This implements https://github.com/userver-framework/userver/issues/514

``` 5.1.1. Stream Identifiers ✔ 1: Sends even-numbered stream identifier × 2: Sends stream identifier that is numerically smaller than previous -> The endpoint MUST respond with a connection error...