----- Original Message ----- > Updated Branches: > refs/heads/master 14c9cf2c8 -> f63b27d52 > > > TS-1424: Fix KeepAlive 4-tuple collision for transparent proxy > > Branch: refs/heads/master > Commit: f63b27d5220c95cd95764fb0ca0cb4e648b2f055 > Parents: 14c9cf2 > Author: Alan M. Carroll <a...@network-geographics.com> > Authored: Fri Aug 23 10:44:08 2013 -0500 > Committer: Alan M. Carroll <a...@network-geographics.com> > Committed: Fri Aug 23 22:35:51 2013 -0500 > > - typedef struct _ConnectionAttributes > + struct ConnectionAttributes > { > HTTPVersion http_version; > HTTPKeepAlive keep_alive; [snip] > { > memset(&addr, 0, sizeof(addr)); > } > - } ConnectionAttributes; > + > + };
mad, do we have anymore of this 90ies style C code anywhere? > typedef struct _CurrentInfo > { oh.. yeah, we do, right here. > @@ -770,14 +777,13 @@ public: > char *lookup_name; > char srv_hostname[MAXDNAME]; > LookingUp_t looking_up; > - bool round_robin; > bool srv_lookup_success; > short srv_port; > HostDBApplicationInfo srv_app; > > _DNSLookupInfo() > : attempts(0), os_addr_style(OS_ADDR_TRY_DEFAULT), > - lookup_success(false), lookup_name(NULL), > looking_up(UNDEFINED_LOOKUP), round_robin(false), > + lookup_success(false), lookup_name(NULL), > looking_up(UNDEFINED_LOOKUP), > srv_lookup_success(false), srv_port(0) > { > srv_hostname[0] = '\0'; -- i Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE