MCPcopy Create free account
hub / github.com/apache/httpd / core_upgrade_storage

Function core_upgrade_storage

server/core.c:5639–5646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5637}
5638
5639static int core_upgrade_storage(request_rec *r)
5640{
5641 if ((r->method_number == M_OPTIONS) && r->uri && (r->uri[0] == '*') &&
5642 (r->uri[1] == '\0')) {
5643 return core_upgrade_handler(r);
5644 }
5645 return DECLINED;
5646}
5647
5648static apr_status_t core_get_pollfd_from_conn(conn_rec *c,
5649 struct apr_pollfd_t *pfd,

Callers

nothing calls this directly

Calls 1

core_upgrade_handlerFunction · 0.85

Tested by

no test coverage detected