- 21 May, 2021 10 commits
-
-
Carlos Garcia Campos authored
It makes authentication fail in some sites
-
Piotr Drąg authored
-
Carlos Garcia Campos authored
Also use a different message for the following request to ensure we don't get any cached information.
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
It's now only used for proxying.
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
-
- 20 May, 2021 20 commits
-
-
Patrick Griffis authored
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
This is what http1 does, so probably what users expect.
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
And stop allowing a null parent stream in SoupBodyInputStreamHttp2
-
Carlos Garcia Campos authored
-
Patrick Griffis authored
This reverts commit d58335ed.
-
Patrick Griffis authored
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
STATE_ERROR is set but never checked and I don't see how io message error can be alive after the io finished, so store a GError in every message io data struct instead.
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
In HTTP/2 we don't really need to read the rest of the response body to complete the IO, we can just reset the stream.
-
Carlos Garcia Campos authored
This is only used by the client stream when it's closed. We are never interested in the data read, we just want to skip it.
-
Carlos Garcia Campos authored
In case of cancellation, we destroy the io data for the message but the session keeps processing the stream.
-
Carlos Garcia Campos authored
-
-
Carlos Garcia Campos authored
-
Patrick Griffis authored
-
- 19 May, 2021 7 commits
-
-
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
It seems to be problematic to read from there and I don't think it's really needed.
-
Carlos Garcia Campos authored
-
Carlos Garcia Campos authored
We don't need to get it from the message when we already have it.
-
Carlos Garcia Campos authored
We consider it's in progress if we have io data for the given message in both http1 and http2
-
Carlos Garcia Campos authored
To log the debug messages using g_log with domain "nghttp2"
-
- 18 May, 2021 3 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Carlos Garcia Campos authored
-