honor-http-proxy timing problem
Frank Mattern
frank@rommelwood.de
Wed Jul 11 19:24:02 2001
--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hello,
I had some problems using the the honor_http_proxy option.=20
( gpg: can't get key from keyserver: eof )
Looking at the source, I did not found an error, but I recognized
that while debugging step by step the error disappeared.
The following patch solved that problem for me:
--- gnupg-1.0.6/util/http.c.orig Sat May 5 16:40:41 2001
+++ gnupg-1.0.6/util/http.c Wed Jul 11 18:57:10 2001
@@ -163,6 +163,7 @@
int rc;
http_start_data( hd ); /* make sure that we are in the data */
+ usleep(100000);
#if 0
hd->sock =3D dup( hd->sock );
Frank
--=20
Frank Mattern _________________________ /
/ \/\/\/\/
PGP Key: 0x7CBF25C7 / FAU Erlangen /\/\/\/\
_________________________________/
--IJpNTDwzlM2Ie8A6
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Weitere Infos: siehe http://www.gnupg.org
iQEVAwUBO0yLT5WGzJR8vyXHAQG0Zgf9G1kJMGJhR62nzmlxFsn93mTdvTjpJdhm
Ea63w0dz8Yf3RWky4VFtFMQHGTuwmQMBxZTKu88C82n9Bidfo7GibnK8Av7onLQj
YeT44bRfqrpoUlEEzXDUum/eVkC9buT30z9G7pQSwjOacAfAIMiqBgtE5u5thUh7
C3NjKyUBE9ImWBtl+Uv7xv5+jI/FNBESVDgVPMXypVlm/r581s0d/Nl6RUkvEXmT
vlnuhsq6UccEDNJtQUOthEbN+0/eDHTe51NDg0WkNNeHfg3P+ZxXhyBiTyjUK91m
YK0WSwdgsr33seBEc09LTOGYrBobBFqFHFBhh//NYX0jlLOfuZX+7g==
=oa5X
-----END PGP SIGNATURE-----
--IJpNTDwzlM2Ie8A6--