Commits

Andy Green authored 2d8d35a1bef
client accept connection request even if no free ah It can join the free ah list and pick up client connect processing later when the ah becomes available; this simplifies the code doing the request since he won't have to deal with unexpected failures / retries based on dynamic ah availability. To do this though we have to handle that the connect_info members may not have scope that lets them still exist after we return from the first connect call, we stash them in a malloc'd buffer so the connect processing can have them much later even so. Signed-off-by: Andy Green <andy.green@linaro.org>