From 785e58f8bea7eb9052babc1dd0e94859328728e5 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 7 Feb 2020 15:52:57 +0300 Subject: Update README.md (remove travis, replace with github actions) Fix innefectual usage of maps Update headers (canonical usage) Add golangci-lint check to github actions and go 1.13 --- tests/http/push.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/http') diff --git a/tests/http/push.php b/tests/http/push.php index efe9eeda..d88fc076 100644 --- a/tests/http/push.php +++ b/tests/http/push.php @@ -6,5 +6,5 @@ use \Psr\Http\Message\ResponseInterface; function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): ResponseInterface { $resp->getBody()->write(strtoupper($req->getQueryParams()['hello'])); - return $resp->withAddedHeader("http2-push", __FILE__)->withStatus(201); + return $resp->withAddedHeader("Http2-Push", __FILE__)->withStatus(201); } -- cgit v1.2.3