Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | fastcgi: Optimize FastCGI transport (#4978) | WeidiDeng | |
* break up code and use lazy reading and pool bufio.Writer * close underlying connection when operation failed * allocate bufWriter and streamWriter only once * refactor record writing * rebase from master * handle err * Fix type assertion Also reduce some duplication * Refactor client and clientCloser for logging Should reduce allocations * Minor cosmetic adjustments; apply Apache license * Appease the linter Co-authored-by: Matthew Holt <mholt@users.noreply.github.com> | |||
2021-09-29 | Move from deprecated ioutil to os and io packages (#4364) | KallyDev | |
2020-08-20 | ci: Upgrade to Go 1.15 (#3642) | Francis Lavoie | |
* ci: Try Go 1.15 RC1 out of curiosity * Go 1.15 was released; let's try it * Update to latest quic-go * Attempt at fixing broken test Co-authored-by: Matthew Holt <mholt@users.noreply.github.com> | |||
2019-09-02 | reverse_proxy: WIP refactor and support for FastCGI | Matthew Holt | |