You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core, send_application_data: allocate much fewer data. previously, we
allocated a lot to split the data into chunks of 2^14 - and did not have
tail calls. the memory footprint, esp. for big amounts of data passed to
send_application_data has changed now (#515@hannesm@reynir)