HomeSort by relevance Sort by last modified time
    Searched defs:spdy_error (Results 1 - 2 of 2) sorted by null

  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.h 124 bool spdy_error; member in struct:Proxy
  /external/libmicrohttpd/src/spdy2http/
proxy.c 184 bool spdy_error; member in struct:Proxy
451 assert(!proxy->spdy_error);
519 proxy->spdy_error = true;
547 proxy->spdy_error = true;
584 proxy->spdy_error = true;
692 proxy->spdy_error = true;
1176 if(proxy->spdy_done || proxy->spdy_error || (NULL == proxy->response && !*(proxy->session_alive)))
    [all...]

Completed in 1269 milliseconds