voidget_URL(const string &host, const string &path){ // You will need to connect to the "http" service on // the computer whose name is in the "host" string, // then request the URL path given in the "path" string.
// Then you'll need to print out everything the server sends back, // (not just one call to read() -- everything) until you reach // the "eof" (end of file). TCPSocket ss; ss.connect(Address(host, "http"));
[100%] Testing Lab 0... Test project /home/ubuntu/CS144_2021/lab0/sponge/build Start 26: t_byte_stream_construction 1/9 Test #26: t_byte_stream_construction .......***Failed 0.00 sec Test Failure on expectation: Expectation: buffer_empty: 1
Failure message: The ByteStream should have had buffer_empty equal to 1 but instead it was 0
List of steps that executed successfully: Initialized with (capacity=15) Expectation: input_ended: 0
Exception: The test "construction" failed ......... 5/9 Test #30: t_byte_stream_many_writes ........***Failed 0.00 sec Test Failure on expectation: Action: write "xrvebsengdwiqtkslspvlftaqaadlafzowwevyeqmyokuxdmgnbfjiilhczumsxolkvdcpficcgnigauadmpnlgalffifjhgnzydbzrjtcpwsmhujsbjzcptbifgiynnodjbbbjnpwrmffcctvcwx" to the stream
Failure message: The ByteStream should have had bytes_written equal to 149 but instead it was 0
List of steps that executed successfully: Initialized with (capacity=200000)