mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1135354 - Fix comment regarding URL max length r=me DONTBUILD CLOSED TREE
This commit is contained in:
parent
cf6a17b863
commit
bcd09a7c72
@ -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