* Allow larger fields in UPnP requests, to work better with long Logitech Revue Search requests.

This commit is contained in:
Justin Maggard
2011-08-16 22:20:51 +00:00
parent eb0278a905
commit 2a164e31d4
2 changed files with 7 additions and 7 deletions

View File

@ -38,7 +38,7 @@ extern "C" {
struct NameValue {
LIST_ENTRY(NameValue) entries;
char name[64];
char value[512];
char value[];
};
struct NameValueParserData {