mirror of
https://repo.or.cz/socat.git
synced 2025-07-18 00:53:25 +00:00
Added option http-version
This commit is contained in:
parent
9f632ec651
commit
454a499401
9 changed files with 116 additions and 22 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
struct proxyvars {
|
||||
bool ignorecr;
|
||||
char *version;
|
||||
bool doresolve;
|
||||
char *authstring;
|
||||
char *authfile;
|
||||
|
@ -17,6 +18,7 @@ struct proxyvars {
|
|||
|
||||
extern const struct optdesc opt_proxyport;
|
||||
extern const struct optdesc opt_ignorecr;
|
||||
extern const struct optdesc opt_http_version;
|
||||
extern const struct optdesc opt_proxy_resolve;
|
||||
extern const struct optdesc opt_proxy_authorization;
|
||||
extern const struct optdesc opt_proxy_authorization_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue