MAX_URL_LEN
#define LOAD_BUFSIZE (MAX_URL_LEN * 2 + 128)
if (strlen(url) > MAX_URL_LEN) {
MAX_URL_LEN);