On Mar 22, 2013, at 4:54 PM, Stefan Fritsch <[email protected]> wrote:
> On Tuesday 19 March 2013, Jim Jagielski wrote: >> This would be EXTREMELY easy just using ->notes > > But having to do a hash lookup in ->notes on every read from the > network seems rather inefficient to me. I think an optional function > or a field in conn_rec would be better. > > If we added field in conn_rec, we could also add a number of other > flags for things that may be interesting and don't have a flag right > now. E.g. > > - is HTTP > - was updated from HTTP to something else > - connection to next hop is encrypted > - user-agent sees https (for URLs); IIRC there was something in the > mod_spdy slides that something like this is missing. > - httpd is client / connection is to a remote server > - lingering close should be shortened (used by mod_reqtimeout. Right > now, this is also a note). > Yeah, this is all stuff that we need to think about for trunk and most of the above has been suggested in other threads. Ideally, we should add these to trunk's STATUS. My only concern are features/additions that we need now, relying on features that break API for 2.4.x...
