mirror of
https://github.com/curl/curl.git
synced 2026-04-18 10:21:46 +03:00
writeout_json: add missing comma to fix the HTTP version
Follow-up to 04c03416e6
This commit is contained in:
parent
7631f2b752
commit
ab9dc5ae2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue