> On Jan 26, 2015, at 6:33 PM, Sudheer Vinukonda <[email protected]> wrote: > > Hmm, that's done via get_ka_info_from_host_db() which gets called from inside > the OSDNSLookup() - but, I suppose I could do the extra checking also in > get_ka_info_from_config()?
Wouldn’t that make sense? Since you can avoid the hostdb lookup entirely? Also, the client request check should only happen if it’s set to SEND_HTTP11_IF_REQUEST_11_AND_HOSTDB, not in any other case. — leif > > Thanks, > > Sudheer > > > On Monday, January 26, 2015 4:42 PM, Leif Hedstrom <[email protected]> wrote: > > > I'm on a phone so hard to read the code, but where does it check the client > request version in the :SEND_HTTP11_IF_REQUEST_11_AND_HOSTDB case? If the > client request is not http 1.1 there is no reason to do a HOSTDB lookup, > right? > > > -- Leif > > > > > On Jan 26, 2015, at 5:07 PM, Sudheer Vinukonda (JIRA) <[email protected] > > <mailto:[email protected]>> wrote: > > > > :SEND_HTTP11_IF_REQUEST_11_AND_HOSTDB >
