Pepe Osca
Results
3
comments of
Pepe Osca
Of course: https://grpc.io/docs/platforms/web/basics/#configure-the-envoy-proxy
Where would be the best place to expose `max_line_size ` and `max_field_size `? Using an Application __init__ param, like with `client_max_size`?
@asvetlov OK. There is also a `max_headers` param that seems related with `max_line_size` and `max_field_size`. Shouldn't it be added as well? It has sense for me and it would be...