h2o/h2o

more support for request streaming

Aperta

#1601 aperta il 11 gen 2018

 (15 commenti) (9 reazioni) (0 assegnatari)C (832 fork)batch import
help wanted

Metriche repository

Star
 (10.793 stelle)
Metriche merge PR
 (Merge medio 23g 14h) (22 PR mergiate in 30 g)

Descrizione

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

Guida contributor