My work around is: ```ocaml let header = Header.add_multi header "set-cookie" @@ Header.get_multi header "Set-Cookie" in ``` I noticed that this has already been fixed in master with `Http.Header.Private.caseless_equal` but it'll be nice if the fix can be backported. Thank you :)