Skip to content

io-http1: split SoupClientMessageIOHTTP1 in two

Carlos Garcia Campos requested to merge carlosgc/message-io into master

Move the message io to SoupMessageIOHTTP1 struct. This is how http2 IO will work, but in this case there's only one message io. This allows to create the SoupClientMessageIO earlier in SoupConnection and we will move http1 specific code to the interface implementation.

Merge request reports