summaryrefslogtreecommitdiff
path: root/libsoup/server/http2/soup-server-message-io-http2.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add names to various GSourcesPhilip Withnall2023-04-131-1/+9
* server: close http/2 connection after io error or goaway receivedCarlos Garcia Campos2022-11-101-14/+30
* server: make sure we don't call nghttp2 IO functions from callbacksCarlos Garcia Campos2022-08-311-2/+38
* http2: handle connection terminated unexpectedly error when readingCarlos Garcia Campos2022-08-311-1/+15
* server: fix crash when HTTP/2 connection is closed earlyCarlos Garcia Campos2022-08-311-3/+26
* server: add http/2 debug messagesCarlos Garcia Campos2022-08-121-0/+51
* http2: add HTTP/2 utils with common functions and enumsCarlos Garcia Campos2022-08-121-65/+6
* server: add initial support for HTTP/2Carlos Garcia Campos2022-08-121-0/+800