mirror of
https://github.com/curl/curl.git
synced 2026-07-25 14:37:17 +03:00
fixes
This commit is contained in:
parent
486bdf90d8
commit
726920069f
1 changed files with 1 additions and 1 deletions
|
|
@ -1794,7 +1794,7 @@ http_connect_cleanup:
|
|||
static void http_upgrade(struct sws_httprequest *req)
|
||||
{
|
||||
(void)req;
|
||||
logmsg("Upgraded to ... %u", req->upgrade_request);
|
||||
logmsg("Upgraded to ... %d", (int)req->upgrade_request);
|
||||
/* left to implement */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue