mirror of
https://github.com/curl/curl.git
synced 2026-04-27 05:42:12 +03:00
parent
ca05e1afba
commit
233b4e4589
1 changed files with 1 additions and 1 deletions
|
|
@ -1099,7 +1099,7 @@ static int on_frame_recv(nghttp2_session *session, const nghttp2_frame *frame,
|
|||
if(data) {
|
||||
DEBUGF(LOG_CF(data, cf, "recv GOAWAY, error=%d, last_stream=%u",
|
||||
ctx->goaway_error, ctx->last_stream_id));
|
||||
infof(data, "recveived GOAWAY, error=%d, last_stream=%u",
|
||||
infof(data, "received GOAWAY, error=%d, last_stream=%u",
|
||||
ctx->goaway_error, ctx->last_stream_id);
|
||||
multi_connchanged(data->multi);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue