PORT_LENGTH
char port[PORT_LENGTH];
strlcpy(state->http.port, port, PORT_LENGTH);
char portbuf[PORT_LENGTH];