Skip to content

http2: Use GQueue for priv->chunks

Keyu Tao requested to merge taoky/libsoup:gqueue-for-http2-chunks into master

GSList is not suitable for frequent append and delete operation. By using GQueue HTTP/2 chunks handling could be much faster.

Fixes #369 (closed)

Merge request reports