doc: update http.cookieFile with in-memory cookie processingps/doc-http-empty-cookiefile
commit8d201195515a6b4decc0df435c8fbff93d855a5c
authorPiotr Szlazak <piotr.szlazak@gmail.com>
Thu, 11 Jul 2024 08:36:48 +0000 (11 08:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jul 2024 15:50:30 +0000 (11 08:50 -0700)
tree635ec24ef2d6b128e014c42aabd2d67efa8b6939
parent557ae147e6cdc9db121269b058c757ac5092f9c9
doc: update http.cookieFile with in-memory cookie processing

Documentation only mentions how to read cookies from the given file
and how to save them to the file using http.saveCookies.

But underlying libcURL allows the HTTP cookies used only in memory;
cookies from the server will be accepted and sent back in successive
requests within same connection, by using an empty string as the
filename.  Document this.

Signed-off-by: Piotr Szlazak <piotr.szlazak@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/http.txt