Skip to content

soup-client-message-io-http2: Avoid sending empty data frames with EOF

Pawel Lampe requested to merge Scony/libsoup:master into master

Sending empty data frames with EOF introduces extra overhead and it may lead to stalled transmission if the server provides strict flow control.

Fixes #362 (closed)

Merge request reports