bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
668 stars 133 forks source link

[Bug]: Response have Two cookies with the same name, only one of them can be retrieved. #117

Closed BigTiger12688 closed 1 month ago

BigTiger12688 commented 1 month ago

TLS client version

V1.2

System information

win11

Issue description

set-cookie: NNB=SWROKVNKXVLGM; expires=Sat, 01 Jan 2050 09:00:00 GMT; path=/; domain=.naver.com; SameSite=None; set-cookie: BUC=yGl3JHqiqWWBkgkd7cLVYNPdRfROWs2VvC1GM99CsXM=; expires=Sat, 01 Jan 2050 09:00:00 GMT; path=/;

Steps to reproduce / Code Sample

无需重现,一些服务器响应头中set-Cookie 不会合并到一个set-Cookie内部