From e31ecb1c7e56a4c5509b761e9a1ea3bf579c8c28 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 11:44:01 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 23dc9515..b1d1cc7d 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -254,7 +254,7 @@ foreach ($client->stream($responses) as $response => $chunk) { - extended (time) info - transparent HTTP compression and (de)chunking - automatic HTTP proxy configuration via env vars -* NativeHttpClient is most portable, works for everyone +* `NativeHttpClient` is most portable, works for everyone - based on HTTP stream wrapper with fixed redirect logic - blocking until response headers arrive -