summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.99.72.99.7Patrick Griffis2021-05-282-1/+9
* io-http2: last_stream_id is not unsignedCarlos Garcia Campos2021-05-271-3/+3
* io-http2: do not try to poll for sync requestsCarlos Garcia Campos2021-05-271-1/+1
* io-http2: don't keep reading/writing if io_read/io_write return FALSECarlos Garcia Campos2021-05-271-4/+8
* io-http2: ensure we stop polling the network input stream after the decoded d...Carlos Garcia Campos2021-05-271-41/+65
* io-http2: do not try make header name/value valid UTF-8Carlos Garcia Campos2021-05-271-6/+1
* io-http2: set stream priority based on message priorityCarlos Garcia Campos2021-05-271-1/+23
* io-http2: do not heap allocate nghttp2_data_providerCarlos Garcia Campos2021-05-271-6/+4
* session: Forbid multiple features of the same type to be addedPatrick Griffis2021-05-276-16/+29
* http2: send goaway frame before closing the connectionCarlos Garcia Campos2021-05-275-22/+147
* io-http2: keep reading on idle connectionsCarlos Garcia Campos2021-05-271-0/+43
* io-http2: connection is reusable if it's openCarlos Garcia Campos2021-05-271-9/+7
* http2-test: Skip flakey test under asanPatrick Griffis2021-05-261-1/+8
* io-http2: use nghttp2_session_check_request_allowed to check if reusableCarlos Garcia Campos2021-05-261-1/+1
* io-http2: restart messages in case of getting a stream refused errorCarlos Garcia Campos2021-05-262-9/+16
* io-http2: ensure we actually send the reset stream framesCarlos Garcia Campos2021-05-261-13/+100
* io-http2: show more debug information in case of goaway frameCarlos Garcia Campos2021-05-261-0/+4
* io-http2: improve closing stream debug messagesCarlos Garcia Campos2021-05-261-7/+10
* http2-test: Don't have timeout when ran under asanPatrick Griffis2021-05-251-0/+5
* Revert "http2: send goaway frame before closing the connection"Carlos Garcia Campos2021-05-255-138/+17
* http2-test: Still keep a longer timeout for asan...Patrick Griffis2021-05-251-1/+1
* http2: Be smarter about test server timeoutPatrick Griffis2021-05-251-2/+23
* io-http2: show debug message after switching state to STATE_WRITE_DATACarlos Garcia Campos2021-05-251-2/+3
* http2: Fix logging of authority on new requestsPatrick Griffis2021-05-251-1/+1
* io-http2: fix message time metricsCarlos Garcia Campos2021-05-252-5/+166
* http2: send goaway frame before closing the connectionCarlos Garcia Campos2021-05-255-17/+138
* logger-test: fix the test when brotli is enabledCarlos Garcia Campos2021-05-251-0/+8
* Renable advertising brotli supportPatrick Griffis2021-05-251-4/+1
* examples: do not add SoupContentDecoder feature to the session in getCarlos Garcia Campos2021-05-251-1/+0
* io-http2: pass SoupHTTP2MessageData to soup_client_message_io_http2_get_sourceCarlos Garcia Campos2021-05-241-10/+9
* io-http2: do not call get_io_data() in on_data_source_read_callbackCarlos Garcia Campos2021-05-241-7/+6
* io-http2: use the item cancellable for send data operationsCarlos Garcia Campos2021-05-242-18/+18
* io-http2: reset the data source buffer size on eofCarlos Garcia Campos2021-05-241-2/+3
* io-http2: fix format in two debug messagesCarlos Garcia Campos2021-05-241-2/+2
* io-http2: fix io source to not be always dispatched for non-paused messagesCarlos Garcia Campos2021-05-242-7/+14
* http2-test: wait for last request to complete in connections testCarlos Garcia Campos2021-05-241-0/+3
* 2.99.62.99.6Patrick Griffis2021-05-222-1/+5
* session: never try to reuse a connection in IN_USE state in http/1.xCarlos Garcia Campos2021-05-221-3/+5
* http2-test: Extend timeout even furtherPatrick Griffis2021-05-221-1/+1
* http2: fix http authenticationCarlos Garcia Campos2021-05-211-9/+1
* http2: do not include the default port in :authority pseudo-headerCarlos Garcia Campos2021-05-211-2/+5
* Update POTFILES.inPiotr Drąg2021-05-211-3/+4
* 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
* connection: rename current msg as proxy msgCarlos Garcia Campos2021-05-211-51/+28
* connection: move ever used handling to message io implementationCarlos Garcia Campos2021-05-213-12/+3
* connection: move reusable handling to message io implementationCarlos Garcia Campos2021-05-214-40/+11
* http2: add support for content sniffingCarlos Garcia Campos2021-05-212-21/+163
* io-http2: disconnect client stream eof signal on eofCarlos Garcia Campos2021-05-211-0/+1
* http2-test: add a sync variant of large testCarlos Garcia Campos2021-05-211-6/+15