Changeset e7cf823 in mod_gnutls for include/mod_gnutls.h.in


Ignore:
Timestamp:
Apr 10, 2018, 12:18:26 PM (5 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
2f10643
Parents:
4cdd4fd
Message:

Add process_connection hook, adjust hook order for mod_http2 compatibility

The TLS handshake must have happened before the mod_http2
process_connection hook runs, which means we have to trigger it
explicitly before any reads happen. Some other hooks must have a
certain order relative to mod_http2 as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mod_gnutls.h.in

    r4cdd4fd re7cf823  
    470470int mgs_hook_pre_connection(conn_rec * c, void *csd);
    471471
     472int mgs_hook_process_connection(conn_rec* c);
     473
    472474int mgs_hook_fixups(request_rec *r);
    473475
Note: See TracChangeset for help on using the changeset viewer.