BOZO_HTTP_PORT
const char *defport = httpd->sslinfo ? BOZO_HTTPS_PORT : BOZO_HTTP_PORT;
strcmp(request->hr_host + len - 3, ":" BOZO_HTTP_PORT) == 0) {
strcmp(request->hr_serverport, BOZO_HTTP_PORT) != 0)
httpd->defbindport = BOZO_HTTP_PORT;
if (strcmp(httpd->bindport, BOZO_HTTP_PORT) != 0)