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
The responses from Http::pool should remain in the order that they were added to the pool.
When adding to the pool with as('string'), the responses are reordered by key alphanumerically.
This is not the desired outcome, since it is expected that they are in the same order.
Description:
The responses from Http::pool should remain in the order that they were added to the pool.
When adding to the pool with as('string'), the responses are reordered by key alphanumerically.
This is not the desired outcome, since it is expected that they are in the same order.
Steps To Reproduce:
Expected results
['luke','brian','alison','chris']
Actual results
['alison','brian','chris','luke']
The text was updated successfully, but these errors were encountered: