summaryrefslogtreecommitdiff
path: root/tests/http2-test.c
Commit message (Expand)AuthorAgeFilesLines
* http2: check status of pending messages after a read IO errorCarlos Garcia Campos2021-12-201-0/+23
* http2: ensure mem_send and mem_recv functions are not called from nghttp2 cal...Carlos Garcia Campos2021-11-111-0/+70
* Enable HTTP/2 by defaultCarlos Garcia Campos2021-06-041-2/+0
* Do not use the send operation cancellable after send completesCarlos Garcia Campos2021-06-011-0/+66
* io-http2: simplify async io handlingCarlos Garcia Campos2021-05-311-7/+3
* http2-test: large sync and async tests are doing the oppositeCarlos Garcia Campos2021-05-301-2/+2
* http2-test: Skip flakey test under asanPatrick Griffis2021-05-261-1/+8
* io-http2: fix message time metricsCarlos Garcia Campos2021-05-251-3/+149
* io-http2: use the item cancellable for send data operationsCarlos Garcia Campos2021-05-241-1/+1
* io-http2: fix io source to not be always dispatched for non-paused messagesCarlos Garcia Campos2021-05-241-1/+1
* http2-test: wait for last request to complete in connections testCarlos Garcia Campos2021-05-241-0/+3
* http2-test: check the connection is idle after a preconnectCarlos Garcia Campos2021-05-211-13/+19
* http2-test: check the connection is idle when not messages reference itCarlos Garcia Campos2021-05-211-1/+5
* http2: add support for content sniffingCarlos Garcia Campos2021-05-211-3/+116
* http2-test: add a sync variant of large testCarlos Garcia Campos2021-05-211-6/+15
* http2: use a mock parent stream for SoupBodyInputStreamHttp2 in testsCarlos Garcia Campos2021-05-201-1/+3
* io-http2: ensure we always finish the streamCarlos Garcia Campos2021-05-201-8/+34
* http2: make sure the request doesn't include any invalid headerCarlos Garcia Campos2021-05-201-0/+27
* Add SOUP_ENABLE_HTTP2 env varPatrick Griffis2021-05-171-0/+2
* tests: fix http2 testsCarlos Garcia Campos2021-05-161-0/+15
* Add initial HTTP2 backendPatrick Griffis2021-05-161-0/+621