mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
Change MAX_URI_LENGTH for HTTPRequest from 4 to 16kb - 4kb is too small for todays internet
This commit is contained in:
parent
0139648c46
commit
1a14ec4578
@ -159,7 +159,7 @@ private:
|
||||
enum Limits
|
||||
{
|
||||
MAX_METHOD_LENGTH = 32,
|
||||
MAX_URI_LENGTH = 4096,
|
||||
MAX_URI_LENGTH = 16384,
|
||||
MAX_VERSION_LENGTH = 8
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user