Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 11:49:33 +01:00
parent 8754e21a90
commit ec177f3c3f

View file

@ -278,11 +278,13 @@ foreach ($client->stream($responses) as $response => $chunk) {
### Combining ### Combining
#### FrameworkBundle/Autowiring #### FrameworkBundle/Autowiring
framework: ```yml
http_cloent: framework:
max_host_connections: 4 http_client:
deault_options: max_host_connections: 4
# .... deault_options:
scoped_client: # ....
scoped_client:
# ...
```
#### HttpBrowser #### HttpBrowser