1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-29 01:45:34 +00:00

[uri] For data protocol datalen might be bigger than 65356 bytes. Refs #67

This commit is contained in:
Witold Filipczyk 2020-09-18 21:58:28 +02:00
parent 3590191086
commit fefe69f9a5

View File

@ -76,7 +76,7 @@ struct uri {
unsigned int passwordlen:16;
unsigned int hostlen:16;
unsigned int portlen:8;
unsigned int datalen:16;
unsigned int datalen;
unsigned int fragmentlen:16;
/* Flags */