Skip to content

http2: do not use g_idle_add to close the connection after goaway is sent

Carlos Garcia Campos requested to merge carlosgc/http2-close-idle into master

We need to use our own source to attach it to the current thread context instead of the main one.

Fixes #260

Merge request reports