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
Currently, connections are internally implemented using Net::HTTP from Ruby's standard library, and connections are always transient, i.e. they do not persist from one request to the next and must always be reopened when used.
We should implement support for persistent Keep-Alive connections as a future improvement.
The text was updated successfully, but these errors were encountered:
Currently, connections are internally implemented using
Net::HTTP
from Ruby's standard library, and connections are always transient, i.e. they do not persist from one request to the next and must always be reopened when used.We should implement support for persistent Keep-Alive connections as a future improvement.
The text was updated successfully, but these errors were encountered: