-
- Downloads
ip_version: moved to connection struct
The IP version choice was previously only in the UserDefined struct within the SessionHandle, but since we sometimes alter that option during a request we need to have it on a per-connection basis. I also moved more "init conn" code into the allocate_conn() function which is designed for that purpose more or less.
Showing
- lib/connect.c 4 additions, 4 deletionslib/connect.c
- lib/hostares.c 1 addition, 1 deletionlib/hostares.c
- lib/hostip.c 1 addition, 1 deletionlib/hostip.c
- lib/hostip.h 1 addition, 1 deletionlib/hostip.h
- lib/hostip4.c 2 additions, 2 deletionslib/hostip4.c
- lib/hostip6.c 3 additions, 3 deletionslib/hostip6.c
- lib/hostthre.c 1 addition, 1 deletionlib/hostthre.c
- lib/url.c 72 additions, 65 deletionslib/url.c
- lib/urldata.h 4 additions, 2 deletionslib/urldata.h
Loading
Please register or sign in to comment