|
|
// NOTE: json ignore number/string, 123/"123"
|
|
// NOTE: json ignore number/string, 123/"123"
|
|
|
snprintf(c_str, sizeof(c_str), "HTTP/%d.%d %d %s\r\n", http_major, http_minor, status_code, http_status_str(status_code));
|
|
snprintf(c_str, sizeof(c_str), "HTTP/%d.%d %d %s\r\n", http_major, http_minor, status_code, http_status_str(status_code));
|