Bug 1135354 - Fix comment regarding URL max length r=me DONTBUILD CLOSED TREE

This commit is contained in:
Valentin Gosu 2015-04-23 00:10:43 +03:00
parent 846fe3b4a5
commit 203d8784c2

View File

@ -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();