Merge pull request #89 from njbraun/increase-max-header-size-4k

Increase MAX_HEADER_SIZE
This commit is contained in:
Mark Janssen 2025-01-04 19:28:17 +01:00 committed by GitHub
commit c31174f171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. */