mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
* http.h: Add HTTP_FLAG_TRY_SRV.
This commit is contained in:
parent
d804867c17
commit
a07c1bc4ac
@ -1,3 +1,7 @@
|
||||
2003-03-11 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* http.h: Add HTTP_FLAG_TRY_SRV.
|
||||
|
||||
2003-02-11 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* types.h: Try and use uint64_t for a 64-bit type.
|
||||
|
@ -51,7 +51,8 @@ typedef enum {
|
||||
|
||||
enum { /* put flag values into an enum, so that gdb can display them */
|
||||
HTTP_FLAG_TRY_PROXY = 1,
|
||||
HTTP_FLAG_NO_SHUTDOWN = 2
|
||||
HTTP_FLAG_NO_SHUTDOWN = 2,
|
||||
HTTP_FLAG_TRY_SRV = 3
|
||||
};
|
||||
|
||||
struct http_context {
|
||||
|
Loading…
x
Reference in New Issue
Block a user