]> git.ipfire.org Git - thirdparty/curl.git/commit
protocol: disable connection reuse for SMB(S)
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Apr 2026 16:23:35 +0000 (18:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Apr 2026 11:23:01 +0000 (13:23 +0200)
commit74a169575d6412dc0ff532acdf94de35a6c2a571
treecb538e7d1de73157637c59a5e327664e95c0994b
parenta0d5d8fea393d65c4cafc4feb6bc4ec0eb8e1b1d
protocol: disable connection reuse for SMB(S)

Connections should only be reused when using the same "share" (and
perhaps some additional conditions), but instead of fixing this flaw,
this change completely disables connection reuse for SMB. This protocol
is about to get dropped soon anyway.

Reported-by: Osama Hamad
Closes #21238
lib/protocol.c