summaryrefslogtreecommitdiff
path: root/http/http2_connection.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-27Check optionals in tidyEd Tanous1-9/+15
2024-03-25Fix redundant init issuesEd Tanous1-2/+2
2024-03-25Don't use switch for single conditional http2Ed Tanous1-40/+38
2024-03-21Allow reading http2 bodiesEd Tanous1-10/+91
2024-03-19Rename FileBody to HttpBodyEd Tanous1-2/+2
2024-02-16Simplify HTTP/2 bufferingEd Tanous1-70/+42
2024-02-16Simplify bodyEd Tanous1-67/+56
2024-01-19Remove some boost includesEd Tanous1-1/+0
2023-10-31Move to file_body in boostEd Tanous1-9/+32
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-1/+1
2023-09-25Fix http2 stream pointerEd Tanous1-38/+28
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-2/+2
2023-07-20Replace logging with std::formatEd Tanous1-45/+45
2023-06-28HTTP/2 supportEd Tanous1-0/+555