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
This logic introduces optimization by avoiding unnecessary pcall invocation. It also allows handling a 500 error. However, of course, this requires attention from the developers of tarantool/http. I do not guarantee that the above code will not break some logic.
The text was updated successfully, but these errors were encountered:
For example:
This logic introduces optimization by avoiding unnecessary
pcall
invocation. It also allows handling a 500 error. However, of course, this requires attention from the developers oftarantool/http
. I do not guarantee that the above code will not break some logic.The text was updated successfully, but these errors were encountered: