mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
writeout_json: add missing comma to fix the HTTP version
Follow-up to 04c03416e68fd635a15
This commit is contained in:
parent
7631f2b752
commit
ab9dc5ae2a
@ -34,7 +34,7 @@ static const char *http_version[] = {
|
||||
"0", /* CURL_HTTP_VERSION_NONE */
|
||||
"1", /* CURL_HTTP_VERSION_1_0 */
|
||||
"1.1", /* CURL_HTTP_VERSION_1_1 */
|
||||
"2" /* CURL_HTTP_VERSION_2 */
|
||||
"2", /* CURL_HTTP_VERSION_2 */
|
||||
"3" /* CURL_HTTP_VERSION_3 */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user