summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_bucket_eos.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-0/+1
| | | | | | | | | | This replaces the internal H2_HEADERS bucket, removing its source file and also obsoletes any interim response parsing needs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899649 13f79535-47bb-0310-9956-ffa450edef68
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-13/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1860257 13f79535-47bb-0310-9956-ffa450edef68
* *) mod_http2: internal code cleanups and simplifications. Common output ↵Stefan Eissing2019-05-221-30/+13
| | | | | | | | | | code for h2 and h2c protocols, using nested mutex locks for simplified calls. [Stefan Eissing] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1859724 13f79535-47bb-0310-9956-ffa450edef68
* On the trunk:Stefan Eissing2017-02-131-1/+1
| | | | | | | | mod_http2: rework of stream states and cleanup handling. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782875 13f79535-47bb-0310-9956-ffa450edef68
* mod_http2: fixes a mem corruption when streams/connections terminated before ↵Stefan Eissing2016-06-071-5/+6
| | | | | | tasks returned git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747170 13f79535-47bb-0310-9956-ffa450edef68
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740155 13f79535-47bb-0310-9956-ffa450edef68
* mod_http2: new bucket beams for tranporting buckets across threads without ↵Stefan Eissing2016-04-151-1/+1
| | | | | | buffer copy. Code cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739303 13f79535-47bb-0310-9956-ffa450edef68
* eliminating some compiler warnings on win32/win64, removing frame data size ↵Stefan Eissing2015-11-071-0/+2
| | | | | | callback as it seems to have confused output streaming git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1713106 13f79535-47bb-0310-9956-ffa450edef68
* AP_DECLARRE removalsStefan Eissing2015-11-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1712741 13f79535-47bb-0310-9956-ffa450edef68
* removing copy+paste, unwanted AP_DECLAREs and renamed bucket type to have ↵Stefan Eissing2015-11-041-6/+5
| | | | | | h2_ prefix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1712514 13f79535-47bb-0310-9956-ffa450edef68
* rework of output handling on stream/session close, rework of cleartext ↵Stefan Eissing2015-11-031-0/+108
(http:) output to pass buckets to core filters, splitting of stream/io memory pools for stability and less sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1712300 13f79535-47bb-0310-9956-ffa450edef68