artifact_id;status_id;status_name;priority;submitter_id;submitter_name;assigned_to_id;assigned_to_name;open_date;close_date;last_modified_date;summary;details
876;1;"Open";3;744;"Arlen Cuss";100;"Nobody";"2011-01-16 00:37";"";"2011-01-16 00:37";"HTTPS support";"Required."
878;1;"Open";3;744;"Arlen Cuss";100;"Nobody";"2011-01-16 00:38";"";"2011-01-16 00:38";"Keepalive support";"Tie in with #connection / #setConnection in Http_response."
971;1;"Open";3;917;"Andrew Harris";100;"Nobody";"2011-05-09 02:02";"";"2011-05-09 02:04";"Consider exposing http_parser publically";"Hello,  attached is an example of what I'm trying to do.  I need to define a server that uses a free port on the machine, so I want to specify a 0 as the port in the sockaddr.  I do this at line 32.  If I do that myself, I can then know what the port is by querying the sockaddr.  I need to know what port ends up being used.  Unfortunately I cannot figure out how to get this behavior any other way with the http library as it stands.  If I pass a 0 in as the port of the spec, I cannot figure out how to query back the port number that ends up being used."