h2o/h2o

more support for request streaming

Aberta

#1.601 aberto em 11 de jan. de 2018

 (15 comentários) (9 reações) (0 responsável)C (832 forks)batch import
help wanted

Métricas do repositório

Stars
 (10.793 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

With the merger of #1357 it has become possible to stream request body to the application without buffering entire content in H2O. However, the feature has so far been only implemented by the http2 protocol handler and the proxy handler.

We need to implement the feature in the following modules as well.

  • http1
  • fastcgi
  • mruby

relates to: #1585

Guia do colaborador