URLSession: TLS ticket does not fit

Viewed 162

When I get a very large response using URLSession, I am getting this warning:

[quic] quic_crypto_session_state_serialize [C3.1.1:2] [-4b5609327fb472a4] TLS ticket does not fit (6817 > 6144)

Maximum TLS record size is 16 KB, but here we can see only 6 KB. Maybe there is way to increase TLS ticket size?

0 Answers
Related