4

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?

Dewerro
  • 371
  • 3
  • 12
  • All you can configure is in [URLSessionConfiguration](https://developer.apple.com/documentation/foundation/urlsessionconfiguration), and I don't think it has the parameters you are talking about. Before going into a rabbit hole of considering such a deep change... This is not a common error though, while downloading 16k is _very_ common. So it must be something you are doing that is causing it. – timbre timbre Jul 27 '22 at 15:52
  • Hey, did you ever find a fix for this issue? Encountering the same with the Google Maps API – smbrmoyo Apr 17 '23 at 17:25
  • @smbrmoyo sadly, no – Dewerro Apr 18 '23 at 19:07

0 Answers0