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
For fetch_async requests handle_index will never reset / reuse released handles.
This is not really that big problem in practice because most probably server will not survive long enough to get into problems because of bad-precision lua nuimbers and things like that.
For most servers there's high probability that sun will explode before counter gets high enough.
This however is still bug and should be fixed but with low priority and without any performance impact, so something simple and efficient should be used if fixing this one.
The text was updated successfully, but these errors were encountered:
For fetch_async requests handle_index will never reset / reuse released handles.
This is not really that big problem in practice because most probably server will not survive long enough to get into problems because of bad-precision lua nuimbers and things like that.
For most servers there's high probability that sun will explode before counter gets high enough.
This however is still bug and should be fixed but with low priority and without any performance impact, so something simple and efficient should be used if fixing this one.
The text was updated successfully, but these errors were encountered: