<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote
 cite="mid:ee4042d90709242026xa104b6akf54de9248971d0ec@mail.gmail.com"
 type="cite">Thanks.&nbsp; I'm still somewhat confused though.&nbsp; Are the
commandline arguments for part B the same as Part A, for the client?&nbsp;
(I think they stay the same for the server.)&nbsp; It doesn't seem we need
to supply the host name anymore as an argument for the client binary
since it will be parsed from stdin.&nbsp; Same for the port number (if we
don't pass in a port number in the url, we just choose 80).&nbsp; So given
this, it seems we no longer send anything into the client binary.</blockquote>
The command line arguments are for part A, where you are just getting
the client to connect to the server.<br>
Once your client can parse a URL from standard in, you can totally
ignore the command line arguments. All the information you need about
where to connect is contained in the URL.<br>
<br>
Note that the part A and part B I'm referring to are those contained
within this milestone. When I say part B I am <b>not </b>referring to
the next milestone.<br>
<br>
Daniel
</body>
</html>