<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<div style="">
<p dir="auto">thank you for your reply.</p>
<p dir="auto">i was already doing this but without <a href="https://gnutls.org/manual/gnutls.html#gnutls_005ftransport_005fset_005ferrno" rel="nofollow noreferrer noopener" target="_blank">gnutls_transport_set_errno()</a> function. unfortunately this produces infinite loop until manual intervention. the problem is that my environment is single threaded therefore client thread is blocked in <code>waiting to receive</code> and cannot really let my custom transport send the issued handshake. after handshake is generated in the client both, client and server processes are <code>waiting to receive</code> thus blocking the whole program. i will edit my first post to reflect the threading model in my environment.</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">20664: rcvd server -> handshake ...</span>
<span id="LC2" class="line" lang="plaintext">20664: server level 5 REC[0x7efd500023a0]: Allocating epoch #1</span>
<span id="LC3" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC4" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC5" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC6" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC7" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC8" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC9" class="line" lang="plaintext">20653: client gnutls -> handshake ...</span>
<span id="LC10" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC11" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC12" class="line" lang="plaintext">20653: client level 5 REC[0x7f47c80024d0]: Allocating epoch #1</span>
<span id="LC13" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC14" class="line" lang="plaintext">20653: client level 4 HSK[0x7f47c80024d0]: Adv. version: 3.3</span>
<span id="LC15" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC16" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC17" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC18" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC19" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC20" class="line" lang="plaintext">20653: client level 2 Keeping ciphersuite cc.ac (GNUTLS_ECDHE_PSK_CHACHA20_POLY1305)</span>
<span id="LC21" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC22" class="line" lang="plaintext">20653: client level 2 Keeping ciphersuite 00.ab (GNUTLS_DHE_PSK_AES_256_GCM_SHA384)</span>
<span id="LC23" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC24" class="line" lang="plaintext">20653: client level 2 Keeping ciphersuite cc.ad (GNUTLS_DHE_PSK_CHACHA20_POLY1305)</span>
<span id="LC25" class="line" lang="plaintext">20653: client level 2 Keeping ciphersuite c0.a7 (GNUTLS_DHE_PSK_AES_256_CCM)</span>
<span id="LC26" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC27" class="line" lang="plaintext">20653: client level 2 Keeping ciphersuite 00.a9 (GNUTLS_PSK_AES_256_GCM_SHA384)</span>
<span id="LC28" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC29" class="line" lang="plaintext">20653: client level 2 Keeping ciphersuite cc.ab (GNUTLS_PSK_CHACHA20_POLY1305)</span>
<span id="LC30" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC31" class="line" lang="plaintext">20653: client level 2 Keeping ciphersuite c0.a5 (GNUTLS_PSK_AES_256_CCM)</span>
<span id="LC32" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC33" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Maximum Record Size/1) for 'client hello'</span>
<span id="LC34" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC35" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC36" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (OCSP Status Request/5) for 'client hello'</span>
<span id="LC37" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC38" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Client Certificate Type/19) for 'client hello'</span>
<span id="LC39" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC40" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Server Certificate Type/20) for 'client hello'</span>
<span id="LC41" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC42" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Supported Groups/10) for 'client hello'</span>
<span id="LC43" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC44" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sent group SECP384R1 (0x18)</span>
<span id="LC45" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC46" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sent group SECP521R1 (0x19)</span>
<span id="LC47" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC48" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sent group FFDHE8192 (0x104)</span>
<span id="LC49" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC50" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sending extension Supported Groups/10 (8 bytes)</span>
<span id="LC51" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC52" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Supported EC Point Formats/11) for 'client hello'</span>
<span id="LC53" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC54" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sending extension Supported EC Point Formats/11 (2 bytes)</span>
<span id="LC55" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC56" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (SRP/12) for 'client hello'</span>
<span id="LC57" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC58" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC59" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Signature Algorithms/13) for 'client hello'</span>
<span id="LC60" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC61" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: sent signature algo (5.1) RSA-SHA384</span>
<span id="LC62" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC63" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: sent signature algo (8.10) RSA-PSS-SHA384</span>
<span id="LC64" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC65" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: sent signature algo (8.5) RSA-PSS-RSAE-SHA384</span>
<span id="LC66" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: sent signature algo (5.3) ECDSA-SHA384</span>
<span id="LC67" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC68" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: sent signature algo (6.1) RSA-SHA512</span>
<span id="LC69" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC70" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC71" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: sent signature algo (8.11) RSA-PSS-SHA512</span>
<span id="LC72" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC73" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: sent signature algo (8.6) RSA-PSS-RSAE-SHA512</span>
<span id="LC74" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC75" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: sent signature algo (6.3) ECDSA-SHA512</span>
<span id="LC76" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC77" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sending extension Signature Algorithms/13 (18 bytes)</span>
<span id="LC78" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (SRTP/14) for 'client hello'</span>
<span id="LC79" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC80" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Heartbeat/15) for 'client hello'</span>
<span id="LC81" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC82" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC83" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC84" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (ALPN/16) for 'client hello'</span>
<span id="LC85" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC86" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Encrypt-then-MAC/22) for 'client hello'</span>
<span id="LC87" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC88" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sending extension Encrypt-then-MAC/22 (0 bytes)</span>
<span id="LC89" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Extended Master Secret/23) for 'client hello'</span>
<span id="LC90" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC91" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sending extension Extended Master Secret/23 (0 bytes)</span>
<span id="LC92" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC93" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Session Ticket/35) for 'client hello'</span>
<span id="LC94" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC95" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Key Share/51) for 'client hello'</span>
<span id="LC96" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC97" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Supported Versions/43) for 'client hello'</span>
<span id="LC98" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC99" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Post Handshake Auth/49) for 'client hello'</span>
<span id="LC100" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC101" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Safe Renegotiation/65281) for 'client hello'</span>
<span id="LC102" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC103" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sending extension Safe Renegotiation/65281 (1 bytes)</span>
<span id="LC104" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC105" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Server Name Indication/0) for 'client hello'</span>
<span id="LC106" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC107" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Cookie/44) for 'client hello'</span>
<span id="LC108" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC109" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Early Data/42) for 'client hello'</span>
<span id="LC110" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC111" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (PSK Key Exchange Modes/45) for 'client hello'</span>
<span id="LC112" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC113" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Record Size Limit/28) for 'client hello'</span>
<span id="LC114" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC115" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Sending extension Record Size Limit/28 (2 bytes)</span>
<span id="LC116" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC117" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (ClientHello Padding/21) for 'client hello'</span>
<span id="LC118" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC119" class="line" lang="plaintext">20653: client level 4 EXT[0x7f47c80024d0]: Preparing extension (Pre Shared Key/41) for 'client hello'</span>
<span id="LC120" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC121" class="line" lang="plaintext">20653: client level 4 HSK[0x7f47c80024d0]: CLIENT HELLO was queued [118 bytes]</span>
<span id="LC122" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC123" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC124" class="line" lang="plaintext">20653: client level 11 HWRITE: enqueued [CLIENT HELLO] 118. Total 118 bytes.</span>
<span id="LC125" class="line" lang="plaintext">20653: client level 11 HWRITE FLUSH: 118 bytes in buffer.</span>
<span id="LC126" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC127" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC128" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC129" class="line" lang="plaintext">20653: client level 5 REC[0x7f47c80024d0]: Preparing Packet Handshake(22) with length: 118 and min pad: 0</span>
<span id="LC130" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC131" class="line" lang="plaintext">20653: client level 9 ENC[0x7f47c80024d0]: cipher: NULL, MAC: MAC-NULL, Epoch: 0</span>
<span id="LC132" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC133" class="line" lang="plaintext">20653: client level 11 WRITE: enqueued 123 bytes for 0x7f47e402c990. Total 123 bytes.</span>
<span id="LC134" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC135" class="line" lang="plaintext">20653: client level 5 REC[0x7f47c80024d0]: Sent Packet[1] Handshake(22) in epoch 0 and length: 123</span>
<span id="LC136" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC137" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC138" class="line" lang="plaintext">20653: client level 11 HWRITE: wrote 1 bytes, 0 bytes left.</span>
<span id="LC139" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC140" class="line" lang="plaintext">20653: client level 11 WRITE FLUSH: 123 bytes in buffer.</span>
<span id="LC141" class="line" lang="plaintext">20653: client sending 123 bytes ...</span>
<span id="LC142" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC143" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC144" class="line" lang="plaintext">20653: client sent 123 bytes</span>
<span id="LC145" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC146" class="line" lang="plaintext">20653: client level 11 WRITE: wrote 123 bytes, 0 bytes left.</span>
<span id="LC147" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC148" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC149" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC150" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC151" class="line" lang="plaintext">20653: client level 10 READ: -1 returned from 0x7f47e402c990, errno=115 gerrno=11</span>
<span id="LC152" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC153" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC154" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC155" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC156" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC157" class="line" lang="plaintext">20653: client level 10 READ: -1 returned from 0x7f47e402c990, errno=115 gerrno=11</span>
<span id="LC158" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC159" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC160" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC161" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC162" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC163" class="line" lang="plaintext">20653: client level 10 READ: -1 returned from 0x7f47e402c990, errno=115 gerrno=11</span>
<span id="LC164" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC165" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC166" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC167" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC168" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC169" class="line" lang="plaintext">20653: client level 10 READ: -1 returned from 0x7f47e402c990, errno=115 gerrno=11</span>
<span id="LC170" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC171" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC172" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC173" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC174" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC175" class="line" lang="plaintext">20653: client level 10 READ: -1 returned from 0x7f47e402c990, errno=115 gerrno=11</span>
<span id="LC176" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC177" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC178" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC179" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC180" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC181" class="line" lang="plaintext">20653: client level 10 READ: -1 returned from 0x7f47e402c990, errno=115 gerrno=11</span>
<span id="LC182" class="line" lang="plaintext">20664: server level 10 READ: -1 returned from 0x7efd6c02c990, errno=11 gerrno=11</span>
<span id="LC183" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC184" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[_gnutls_io_read_buffered]:589</span>
<span id="LC185" class="line" lang="plaintext">20653: client level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC186" class="line" lang="plaintext">20664: server level 3 ASSERT: ../../lib/buffers.c[get_last_packet]:1171</span>
<span id="LC187" class="line" lang="plaintext">...</span>
<span id="LC188" class="line" lang="plaintext"></span></code></pre>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/673#note_132011526">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/7f525626e60154aaad57d41b725b7dfb/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/issues/673#note_132011526"}}</script>
</p>
</div>
</body>
</html>