Changeset 56f3628 in mod_gnutls for src/gnutls_hooks.c
- Timestamp:
- Jan 4, 2009, 10:52:40 AM (14 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- f46e1f2
- Parents:
- 1a53be1
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (01/04/09 10:52:40)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (01/04/09 10:52:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r1a53be1 r56f3628 686 686 return DECLINED; 687 687 } 688 689 if(c->remote_addr->hostname) 690 /* Connection initiated by Apache (mod_proxy) => ignore */ 691 return OK; 688 692 689 693 ctxt = create_gnutls_handle(c->pool, c);
Note: See TracChangeset
for help on using the changeset viewer.