Home
last modified time | relevance | path

Searched refs:H2O_SEND_ERROR_BROKEN_REQUEST (Results 1 – 3 of 3) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h1724 H2O_SEND_ERROR_BROKEN_REQUEST = 0x04 enumerator
/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Drequest.c684 if ((flags & H2O_SEND_ERROR_BROKEN_REQUEST) != 0) in h2o_send_error_generic()
/dports/www/h2o-devel/h2o-dcc7134/lib/
H A Dhttp1.c550 …h2o_send_error_400(&conn->req, "Bad Request", body, H2O_SEND_ERROR_BROKEN_REQUEST | H2O_SEND_ERROR… in send_bad_request()