diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-11 09:08:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-11 09:08:27 +0000 |
commit | 0d058d2174d9b11d0854826d2739f56595434255 (patch) | |
tree | 635b9af760ae720528e366396e3bea2126ac6059 /CHANGES | |
parent | 8d49a8f2787676bfe8621f1e0cdb9f42ac23c809 (diff) |
- Daniel Fandrich found out we didn't pass on the user-agent properly when
doing "proxy-tunnels" with non-HTTP prototols and that was simply because
the code assumed the user-agent was only needed for HTTP.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (11 Jul 2008) +- Daniel Fandrich found out we didn't pass on the user-agent properly when + doing "proxy-tunnels" with non-HTTP prototols and that was simply because + the code assumed the user-agent was only needed for HTTP. + Daniel Fandrich (10 Jul 2008) - Changed slightly the SFTP quote commands chmod, chown and chgrp to only set the attribute that has changed instead of all possible ones. Hopefully, |