Content-Disposition header field, should not trailing ";"

Steps to replication:

  1. curl -I -L "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/vae/diffusion_pytorch_model.bin"

Expected:

Content-Disposition header field should not trailing ";" 

Actually:

Content-Disposition header field trailing ";" 

HTTP spec: RFC 6266 - Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)
Some software ignore illegal Content-Disposition header: https://github.com/aria2/aria2/issues/1118