author | Thomas Rast <trast@student.ethz.ch> | |
Wed, 2 Jul 2008 22:11:31 +0000 (00:11 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 3 Jul 2008 05:41:18 +0000 (22:41 -0700) | ||
commit | 6cbf8b00fb27f5f55f1a5645ba60c451cb090fc1 | |
tree | f1351197714f65935acab8196be903cab7e696d1 | tree | snapshot |
parent | bb1ab2db08f48add4236a5a9c08aa1a6aa4d5d48 | commit | diff |
git-send-email: Do not attempt to STARTTLS more than once
With the previous TLS patch, send-email would attempt to STARTTLS at
the beginning of every mail, despite reusing the last connection. We
simply skip further encryption checks after successful TLS initiation.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
With the previous TLS patch, send-email would attempt to STARTTLS at
the beginning of every mail, despite reusing the last connection. We
simply skip further encryption checks after successful TLS initiation.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl | diff | blob | history |