URL_MIN_FRAME_LEN
if (total_len < URL_MIN_FRAME_LEN) {
bzero(c->url_buf + total_len, URL_MIN_FRAME_LEN - total_len);
total_len = URL_MIN_FRAME_LEN;