mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-26 15:37:03 +01:00
* gpgkeys_hkp.c (send_key): Use CRLF in headers.
This commit is contained in:
parent
d8eda8dbd1
commit
b32a1d90e1
@ -1,3 +1,7 @@
|
||||
2002-09-09 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_hkp.c (send_key): Use CRLF in headers.
|
||||
|
||||
2002-08-28 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_hkp.c: (parse_hkp_index): Use same types on all
|
||||
|
@ -141,7 +141,7 @@ int send_key(void)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
sprintf(request,"Content-Length: %u\n",
|
||||
sprintf(request,"Content-Length: %u\r\n",
|
||||
(unsigned)iobuf_get_temp_length(temp)+9);
|
||||
iobuf_writestr(hd.fp_write,request);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user