* Allow larger fields in UPnP requests, to work better with long Logitech Revue Search requests.
This commit is contained in:
@ -38,7 +38,7 @@ extern "C" {
|
||||
struct NameValue {
|
||||
LIST_ENTRY(NameValue) entries;
|
||||
char name[64];
|
||||
char value[512];
|
||||
char value[];
|
||||
};
|
||||
|
||||
struct NameValueParserData {
|
||||
|
Reference in New Issue
Block a user