mirror of
https://github.com/docker/docs.git
synced 2026-04-04 10:18:57 +07:00
When adding parameters to a location header, the client must not destroy parameters already present. This change ensures that parameters are added, rather than replaced when assembling the url. Signed-off-by: Stephen J Day <stephen.day@docker.com>