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
|
### 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
|
||||||
|
|
Reference in a new issue