mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Increase MAX_HEADER_SIZE
Increases the MAX_HEADER_SIZE in cmdline to be 4K
This commit is contained in:
parent
92bec14931
commit
fb9b85a40e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef _cmdline_h
|
||||
#define _cmdline_h
|
||||
|
||||
#define MAX_HEADER_SIZE 1024
|
||||
#define MAX_HEADER_SIZE 4096
|
||||
|
||||
struct gengetopt_args_info {
|
||||
char *user_arg; /* Username to send to HTTPS proxy for auth. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue