Changeset 6e0bfd6 in mod_gnutls for src/mod_gnutls.c
- Timestamp:
- Apr 4, 2005, 4:28:38 AM (16 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- fcb122d
- Parents:
- 7bd1f6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mod_gnutls.c
r7bd1f6a r6e0bfd6 125 125 } 126 126 127 static const char *mod_gnutls_hook_http_ method(const request_rec * r)127 static const char *mod_gnutls_hook_http_scheme(const request_rec * r) 128 128 { 129 129 mod_gnutls_srvconf_rec *sc = … … 341 341 ap_hook_child_init(mod_gnutls_hook_child_init, NULL, NULL, 342 342 APR_HOOK_MIDDLE); 343 ap_hook_http_ method(mod_gnutls_hook_http_method, NULL, NULL,343 ap_hook_http_scheme(mod_gnutls_hook_http_scheme, NULL, NULL, 344 344 APR_HOOK_MIDDLE); 345 345 ap_hook_default_port(mod_gnutls_hook_default_port, NULL, NULL,
Note: See TracChangeset
for help on using the changeset viewer.