Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | Initial commit of RR 2.0v2.0.0-alpha1 | Valery Piashchynski | |
2020-08-27 | Update error handler | Valery Piashchynski | |
2020-08-27 | handle aborted connection on windows | Valery Piashchynski | |
2020-08-27 | Issue with broken pipe properly handled | Valery Piashchynski | |
2020-03-21 | Update GHA, go1.14 vendored mode | Valery Piashchynski | |
Update Makefile, add go vendor (go 1.14 + php hack) Update usage of new json package | |||
2020-03-20 | Replace std json package with github.com/json-iterator/go | Valery Piashchynski | |
2020-02-07 | Update README.md (remove travis, replace with github actions) | Valery Piashchynski | |
Fix innefectual usage of maps Update headers (canonical usage) Add golangci-lint check to github actions and go 1.13 | |||
2019-12-23 | - test fixes | Wolfy-J | |
2019-11-25 | Replace regular expression with strings.Split() | Garry Filakhtov | |
Originally, a regular expression was used to split and trim multiple comma-separated header names from "Trailer" header. This commit replaces regular expression with strings.Split() to break string into parts and then trims spaces and tabs from individual header names. | |||
2019-11-23 | Provide support for HTTP/2 trailers | Garry Filakhtov | |
Neither PHP nor PSR-7 do not natively support HTTP trailers. Golang provides support and this commit enables trailers emulation. When PHP sends a "Trailer" header in response, supplying a comma separated list of headers they will be converted by RoadRunner to HTTP/2 trailers. | |||
2019-05-04 | polish | Wolfy-J | |
2019-05-04 | real ip + better stop sequence | Wolfy-J | |
2018-09-30 | http2-push support | Wolfy-J | |
2018-09-30 | https and http2 support | Wolfy-J | |
2018-06-14 | fmt | Wolfy-J | |
2018-06-11 | more tests for http | Wolfy-J | |
2018-06-11 | refactor | Wolfy-J | |
2018-06-10 | http service | Wolfy-J | |
2018-06-10 | fs config | Wolfy-J | |