|
// Server does not need to locally initiate any streams |
|
initial_max_send_streams: 0, |
This is arguably a bad default, given that it will block any server pushes unless the client explicitly sends a non-zero MAX_CONCURRENT_STREAMS setting.
I don't think we should limit the server that way unless the client explicitly requests that.