From d1ac86e8ec6372ea421d3b3cd89acebb543a2c2b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 11:41:23 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index c73338f7d..99faf53a0 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -244,3 +244,4 @@ foreach ($client->stream($responses) as $response => $chunk) { * 379 request completed in 0.4s! * `Stream` has second argument, max number of seconds to wait before yielding a timeout chunk * `ResponseInterface::getInfo()` - get response headers, redirect count and URL, start time, HTTP method and code, user data and URL + * `getInfo('debug')` - displays debug information