Changeset 5ab2868 in mod_gnutls for src/gnutls_io.c
- Timestamp:
- Apr 30, 2018, 11:08:29 AM (3 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- ce5f776
- Parents:
- a6aa387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_io.c
ra6aa387 r5ab2868 66 66 "GnuTLS handshake failed: HTTP spoken on HTTPS port; " 67 67 "trying to send HTML error page"); 68 mgs_srvconf_rec *sc = (mgs_srvconf_rec *)69 ap_get_module_config(f->c->base_server->module_config,70 &gnutls_module);71 68 ctxt->status = -1; 72 sc->non_ssl_request = 1;73 69 74 70 /* fake the request line */
Note: See TracChangeset
for help on using the changeset viewer.