Home
last modified time | relevance | path

Searched refs:SPDY_GOAWAY_STATUS_INTERNAL_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dsession.c125 SPDYF_prepare_goaway(session, SPDY_GOAWAY_STATUS_INTERNAL_ERROR, false); in spdyf_handler_read_syn_stream()
239 case SPDY_GOAWAY_STATUS_INTERNAL_ERROR: in spdyf_handler_read_goaway()
959 SPDYF_prepare_goaway(session, SPDY_GOAWAY_STATUS_INTERNAL_ERROR, false); in SPDYF_session_read()
1046 SPDYF_prepare_goaway(session, SPDY_GOAWAY_STATUS_INTERNAL_ERROR, true); in SPDYF_session_write()
Dstructures.h312 SPDY_GOAWAY_STATUS_INTERNAL_ERROR = 11 enumerator