mod_http2.inl 157 B

12345
  1. /* Stub for HTTP/2 */
  2. static void process_new_http2_connection(struct mg_connection *conn)
  3. {
  4. mg_send_http_error(conn, 505, "%s", "HTTP/2 not supported");
  5. }