mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1135354 - Fix comment regarding URL max length r=me DONTBUILD CLOSED TREE
This commit is contained in:
parent
adaa840e08
commit
072a209d47
@ -229,7 +229,7 @@ bool net_IsValidIPv6Addr(const char *addr, int32_t addrLen);
|
||||
|
||||
|
||||
/**
|
||||
* Returns the max length of a URL. The default is 2083.
|
||||
* Returns the max length of a URL. The default is 1048576 (1 MB).
|
||||
* Can be changed by pref "network.standard-url.max-length"
|
||||
*/
|
||||
int32_t net_GetURLMaxLength();
|
||||
|
Loading…
Reference in New Issue
Block a user