mirror of
https://github.com/curl/curl.git
synced 2026-05-01 16:17:53 +03:00
vquic: make the "disable GSO" use infof, not failf
... because it is not actually a fail. Closes #16294
This commit is contained in:
parent
383c030d52
commit
c89871fa87
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ static CURLcode do_sendmsg(struct Curl_cfilter *cf,
|
|||
case EIO:
|
||||
if(pktlen > gsolen) {
|
||||
/* GSO failure */
|
||||
failf(data, "sendmsg() returned %zd (errno %d); disable GSO", sent,
|
||||
infof(data, "sendmsg() returned %zd (errno %d); disable GSO", sent,
|
||||
SOCKERRNO);
|
||||
qctx->no_gso = TRUE;
|
||||
return send_packet_no_gso(cf, data, qctx, pkt, pktlen, gsolen, psent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue