Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
8754e21a90
commit
ec177f3c3f
|
@ -278,11 +278,13 @@ foreach ($client->stream($responses) as $response => $chunk) {
|
|||
### Combining
|
||||
#### FrameworkBundle/Autowiring
|
||||
|
||||
framework:
|
||||
http_cloent:
|
||||
max_host_connections: 4
|
||||
deault_options:
|
||||
# ....
|
||||
scoped_client:
|
||||
|
||||
```yml
|
||||
framework:
|
||||
http_client:
|
||||
max_host_connections: 4
|
||||
deault_options:
|
||||
# ....
|
||||
scoped_client:
|
||||
# ...
|
||||
```
|
||||
#### HttpBrowser
|
||||
|
|
Reference in a new issue